mirror of
https://github.com/fluencelabs/redis
synced 2025-06-29 08:51:33 +00:00
last executed command in CLIENT LIST output.
This commit is contained in:
@ -332,7 +332,7 @@ typedef struct redisClient {
|
||||
sds querybuf;
|
||||
int argc;
|
||||
robj **argv;
|
||||
struct redisCommand *cmd;
|
||||
struct redisCommand *cmd, *lastcmd;
|
||||
int reqtype;
|
||||
int multibulklen; /* number of multi bulk arguments left to read */
|
||||
long bulklen; /* length of bulk argument in multi bulk request */
|
||||
|
Reference in New Issue
Block a user