Change type of RedisArray pure_cmds to HashTable

This commit is contained in:
Pavlo Yatsukhnenko
2017-08-04 13:56:48 +03:00
parent 89f9c066a2
commit a56ed7f9f9
3 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -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 */