Skip to content

Commit cf73e70

Browse files
committed
DEV: Add missing field definitions to CLIENT LIST page
1 parent f84c585 commit cf73e70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/commands/client-list/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ Here is the meaning of the fields:
114114
* `user`: the authenticated username of the client
115115
* `redir`: client id of current client tracking redirection
116116
* `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
117119

118120
The client flags can be a combination of:
119121

0 commit comments

Comments
 (0)