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>2017-08-04 13:56:48 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-08-04 13:56:48 +0300
commita56ed7f9f943394069019afa8a429e7aa04246b2 (patch)
treea39b3d38e4e66747855ba8bccb62622209f5a111 /redis_array.h
parent89f9c066a2b401189486f15b04ed9412bb66af45 (diff)
Change type of RedisArray pure_cmds to HashTable
Diffstat (limited to 'redis_array.h')
-rw-r--r--redis_array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis_array.h b/redis_array.h
index 0f47e6cb..f036c264 100644
--- a/redis_array.h
+++ b/redis_array.h
@@ -48,7 +48,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_pure_cmds; /* hash table */
+ HashTable *pure_cmds; /* hash table */
double connect_timeout; /* socket connect timeout */
double read_timeout; /* socket read timeout */