Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Effenberg <savar@schuldeigen.de>2010-12-15 11:44:35 +0300
committerSimon Effenberg <savar@schuldeigen.de>2010-12-15 11:44:35 +0300
commitab9a88ed4f10ae836379a698a7957bf5b84e837f (patch)
tree1ad5d97266be48732fb08b9c91d45d0284d49072 /common.h
parenta35396e66f1daf0bd370e7c4de99ed4bfd6fe5e4 (diff)
added pconnect, has to be tested and checked
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 39075e7f..cb2e658a 100644
--- a/common.h
+++ b/common.h
@@ -137,6 +137,7 @@ typedef struct {
double timeout;
int failed;
int status;
+ int persistent;
redis_mode mode;
fold_item *head;