We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84c585 commit cf73e70Copy full SHA for cf73e70
content/commands/client-list/index.md
@@ -114,6 +114,8 @@ Here is the meaning of the fields:
114
* `user`: the authenticated username of the client
115
* `redir`: client id of current client tracking redirection
116
* `resp`: client RESP protocol version. Added in Redis 7.0
117
+* `rbp`: peak size of the client's read buffer since the client connected. Added in Redis 7.0
118
+* `rbs`: current size of the client's read buffer in bytes. Added in Redis 7.0
119
120
The client flags can be a combination of:
121
0 commit comments