mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Processing read_timeout parameter + update docs
This commit is contained in:
@@ -52,6 +52,7 @@ typedef struct RedisArray_ {
|
||||
zval z_dist; /* key distributor, callable */
|
||||
zval z_pure_cmds; /* hash table */
|
||||
double connect_timeout; /* socket connect timeout */
|
||||
double read_timeout; /* socket read timeout */
|
||||
|
||||
struct RedisArray_ *prev;
|
||||
} RedisArray;
|
||||
|
||||
Reference in New Issue
Block a user