mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 17:21:20 +00:00
Merge branch 'master' into zrevrangebyscore
This commit is contained in:
@ -286,6 +286,7 @@ typedef struct redisClient {
|
||||
int dictid;
|
||||
sds querybuf;
|
||||
robj **argv, **mbargv;
|
||||
char *newline; /* pointing to the detected newline in querybuf */
|
||||
int argc, mbargc;
|
||||
long bulklen; /* bulk read len. -1 if not in bulk read mode */
|
||||
int multibulk; /* multi bulk command format active */
|
||||
|
Reference in New Issue
Block a user