mirror of
https://github.com/fluencelabs/redis
synced 2025-06-20 12:36:31 +00:00
Client creation time in redisClient structure. New age field in CLIENT LIST output.
This commit is contained in:
@ -332,6 +332,7 @@ typedef struct redisClient {
|
||||
list *reply;
|
||||
unsigned long reply_bytes; /* Tot bytes of objects in reply list */
|
||||
int sentlen;
|
||||
time_t ctime; /* Client creation time */
|
||||
time_t lastinteraction; /* time of the last interaction, used for timeout */
|
||||
time_t obuf_soft_limit_reached_time;
|
||||
int flags; /* REDIS_SLAVE | REDIS_MONITOR | REDIS_MULTI ... */
|
||||
|
Reference in New Issue
Block a user