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:
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 9ccd6f68..de444654 100644
--- a/redis_array.h
+++ b/redis_array.h
@@ -59,6 +59,7 @@ typedef struct RedisArray_ {
zend_bool pconnect; /* should we use pconnect */
zval z_fun; /* key extractor, callable */
zval z_dist; /* key distributor, callable */
+ zval z_algo; /* key hashing algorithm name */
HashTable *pure_cmds; /* hash table */
double connect_timeout; /* socket connect timeout */
double read_timeout; /* socket read timeout */