mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 13:01:32 +00:00
last executed command in CLIENT LIST output.
This commit is contained in:
@ -294,7 +294,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