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:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-02-17 22:49:25 +0300
committermichael-grunder <michael.grunder@gmail.com>2019-03-19 21:10:08 +0300
commit5053a9e7e47b87ead0ad2818e9186c218fe03a09 (patch)
treea7ecf54bd48d4ce551cc907bc85b13050b376b24 /redis_array_impl.h
parent0d2dd169fac48f09fb4fbea3268e06b61d4d0a0c (diff)
RedisArray auth.
Issue #1508
Diffstat (limited to 'redis_array_impl.h')
-rw-r--r--redis_array_impl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/redis_array_impl.h b/redis_array_impl.h
index 8159d6ed..877b22f8 100644
--- a/redis_array_impl.h
+++ b/redis_array_impl.h
@@ -9,9 +9,8 @@
#include "redis_array.h"
-RedisArray *ra_load_hosts(RedisArray *ra, HashTable *hosts, long retry_interval, zend_bool b_lazy_connect 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, zend_bool b_pconnect, long retry_interval, zend_bool b_lazy_connect, double connect_timeout, double read_timeout, zend_bool consistent, zend_string *algorithm TSRMLS_DC);
+RedisArray *ra_make_array(HashTable *hosts, zval *z_fun, zval *z_dist, HashTable *hosts_prev, zend_bool b_index, zend_bool b_pconnect, long retry_interval, zend_bool b_lazy_connect, double connect_timeout, double read_timeout, zend_bool consistent, zend_string *algorithm, zend_string *auth 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);