Processing read_timeout parameter + update docs

This commit is contained in:
Pavlo Yatsukhnenko
2017-04-08 22:56:21 +03:00
parent d5a2da83b7
commit b56dc49eec
13 changed files with 82 additions and 32 deletions
+1
View File
@@ -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;