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-11-13 23:53:16 +0400
committermichael-grunder <michael.grunder@gmail.com>2013-11-13 23:53:16 +0400
commitb3c6616a618cf113329c6a6b4114b7088b15030f (patch)
tree6ef308bdcbdd491d74feb21b698c6b915808630d
parentf3191cdc21ef2c86d2d95829fdbc9a393862d503 (diff)
parent0fd41c2aefaf8e7bb9713b4f9a55bc63b0279ca0 (diff)
Merge branch 'hotfix/redis_array_pconnect'redis_array_pconnect
-rw-r--r--redis_array_impl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/redis_array_impl.c b/redis_array_impl.c
index c3a1f365..9f1a2238 100644
--- a/redis_array_impl.c
+++ b/redis_array_impl.c
@@ -308,6 +308,7 @@ ra_make_array(HashTable *hosts, zval *z_fun, zval *z_dist, HashTable *hosts_prev
ra->z_multi_exec = NULL;
ra->index = b_index;
ra->auto_rehash = 0;
+ ra->pconnect = b_pconnect;
/* init array data structures */
ra_init_function_table(ra);