mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
add support for 'connect_timeout' option for redis arrays
Conflicts: redis_array.c redis_array_impl.c redis_array_impl.h
This commit is contained in:
@@ -45,6 +45,7 @@ typedef struct RedisArray_ {
|
||||
zval *z_fun; /* key extractor, callable */
|
||||
zval *z_dist; /* key distributor, callable */
|
||||
zval *z_pure_cmds; /* hash table */
|
||||
double connect_timeout; /* socket connect timeout */
|
||||
|
||||
struct RedisArray_ *prev;
|
||||
} RedisArray;
|
||||
|
||||
Reference in New Issue
Block a user