From cf73e70cc67278280705249ab30fdb57536dbde0 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Tue, 17 Dec 2024 07:31:05 -0800 Subject: [PATCH] DEV: Add missing field definitions to CLIENT LIST page --- content/commands/client-list/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/commands/client-list/index.md b/content/commands/client-list/index.md index d377ff3e4c..53cb326121 100644 --- a/content/commands/client-list/index.md +++ b/content/commands/client-list/index.md @@ -114,6 +114,8 @@ Here is the meaning of the fields: * `user`: the authenticated username of the client * `redir`: client id of current client tracking redirection * `resp`: client RESP protocol version. Added in Redis 7.0 +* `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 The client flags can be a combination of: