From 49cbfb6fc5e420e03d3d9ee12b5826e48179cc3e Mon Sep 17 00:00:00 2001 From: Mincho Paskalev Date: Tue, 15 Apr 2025 16:53:41 +0300 Subject: [PATCH] Add docs for CLIENT LIST new input/output stats --- content/commands/client-list/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/commands/client-list/index.md b/content/commands/client-list/index.md index f1e5941e42..a093bb29b6 100644 --- a/content/commands/client-list/index.md +++ b/content/commands/client-list/index.md @@ -117,6 +117,9 @@ Here is the meaning of the fields: * `rbp`: peak size of the client's read buffer since the client connected. Added in Redis 7.0 * `rbs`: current size of the client's read buffer in bytes. Added in Redis 7.0 * `io-thread`: id of I/O thread assigned to the client. Added in Redis 8.0 +* `tot-net-in`: total network input bytes read from this client. +* `tot-net-out`: total network output bytes sent to this client. +* `tot-cmds`: total count of commands this client executed. The client flags can be a combination of: