mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 00:50:50 +00:00
Rename INFO CLIENT max buffers field names for correctness.
They are actually delayed a few seconds, so let's call them "recent".
This commit is contained in:
parent
0cf3794e6e
commit
be88c0b16a
@ -3087,8 +3087,8 @@ sds genRedisInfoString(char *section) {
|
||||
info = sdscatprintf(info,
|
||||
"# Clients\r\n"
|
||||
"connected_clients:%lu\r\n"
|
||||
"client_max_input_buffer:%zu\r\n"
|
||||
"client_max_output_buffer:%zu\r\n"
|
||||
"client_recent_max_input_buffer:%zu\r\n"
|
||||
"client_recent_max_output_buffer:%zu\r\n"
|
||||
"blocked_clients:%d\r\n",
|
||||
listLength(server.clients)-listLength(server.slaves),
|
||||
maxin, maxout,
|
||||
|
Loading…
x
Reference in New Issue
Block a user