]> git.saurik.com Git - redis.git/blobdiff - deps/hiredis/hiredis.h
Sentinel: SENTINEL FAILOVER command implemented.
[redis.git] / deps / hiredis / hiredis.h
index 8358375484b53d5aa0994875fa8eb7a76d91e7f5..a73f50e957b916883e087b6067ee8b79cc1eec3c 100644 (file)
@@ -123,7 +123,7 @@ typedef struct redisReader {
     size_t pos; /* Buffer cursor */
     size_t len; /* Buffer length */
 
-    redisReadTask rstack[4];
+    redisReadTask rstack[9];
     int ridx; /* Index of current read task */
     void *reply; /* Temporary reply pointer */