mirror of
https://github.com/fluencelabs/redis
synced 2025-06-20 20:46:31 +00:00
Reclaim space from the client querybuf if needed.
This commit is contained in:
@ -323,6 +323,7 @@ typedef struct redisClient {
|
||||
redisDb *db;
|
||||
int dictid;
|
||||
sds querybuf;
|
||||
size_t querybuf_peak; /* Recent (100ms or more) peak of querybuf size */
|
||||
int argc;
|
||||
robj **argv;
|
||||
struct redisCommand *cmd, *lastcmd;
|
||||
|
Reference in New Issue
Block a user