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:
authormichael-grunder <michael.grunder@gmail.com>2013-08-11 19:54:59 +0400
committermichael-grunder <michael.grunder@gmail.com>2013-08-11 19:54:59 +0400
commitdcbeae7599ccc1fe0310d67ba29629c3774084d5 (patch)
tree444a61ff03fcce99de974dfb2dfa045884cea65e /redis_array.h
parent2099f1904ad7b1b07375bb942bfb0dc19aae19bc (diff)
Persistent connections with RedisArray
Re-integrating the now old ra-performance branch into a git-flow branch. I could have merged it but this was easier with so few changes
Diffstat (limited to 'redis_array.h')
-rw-r--r--redis_array.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/redis_array.h b/redis_array.h
index e61b5977..652b5aef 100644
--- a/redis_array.h
+++ b/redis_array.h
@@ -41,6 +41,7 @@ typedef struct RedisArray_ {
zval *z_multi_exec; /* Redis instance to be used in multi-exec */
zend_bool index; /* use per-node index */
zend_bool auto_rehash; /* migrate keys on read operations */
+ zend_bool pconnect; /* should we use pconnect */
zval *z_fun; /* key extractor, callable */
zval *z_dist; /* key distributor, callable */
zval *z_pure_cmds; /* hash table */