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_impl.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_impl.h')
-rw-r--r--redis_array_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis_array_impl.h b/redis_array_impl.h
index 8dd5201b..cd893dc1 100644
--- a/redis_array_impl.h
+++ b/redis_array_impl.h
@@ -7,7 +7,7 @@
RedisArray *ra_load_hosts(RedisArray *ra, HashTable *hosts, long retry_interval TSRMLS_DC);
RedisArray *ra_load_array(const char *name TSRMLS_DC);
-RedisArray *ra_make_array(HashTable *hosts, zval *z_fun, zval *z_dist, HashTable *hosts_prev, zend_bool b_index, long retry_interval TSRMLS_DC);
+RedisArray *ra_make_array(HashTable *hosts, zval *z_fun, zval *z_dist, HashTable *hosts_prev, zend_bool b_index, long retry_interval, zend_bool b_pconnect TSRMLS_DC);
zval *ra_find_node_by_name(RedisArray *ra, const char *host, int host_len TSRMLS_DC);
zval *ra_find_node(RedisArray *ra, const char *key, int key_len, int *out_pos TSRMLS_DC);
void ra_init_function_table(RedisArray *ra);