Document some fields history of CLIENT LIST command (#11729)

Change history:
- `user` added in 6.0.0, 0f42447a0e
- `argv-mem` and `tot-mem` added in 6.2.0, bea40e6a41
- `redir` added in 6.2.0, dd1f20edc5
- `resp` added in 7.0.0, 7c376398b1
- `multi-mem` added in 7.0.0, 2753429c99
- `rbs` and `rbp` added in 7.0.0, 47c51d0c78
- `ssub` added in 7.0.3, 35c2ee8716
This commit is contained in:
Binbin 2023-02-01 17:48:48 +08:00 committed by GitHub
parent 46393f9819
commit e7f35edb13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 2 deletions

View File

@ -840,7 +840,10 @@ struct redisCommandArg CLIENT_KILL_Args[] = {
commandHistory CLIENT_LIST_History[] = {
{"2.8.12","Added unique client `id` field."},
{"5.0.0","Added optional `TYPE` filter."},
{"6.2.0","Added `laddr` field and the optional `ID` filter."},
{"6.0.0","Added `user` field."},
{"6.2.0","Added `argv-mem`, `tot-mem`, `laddr` and `redir` fields and the optional `ID` filter."},
{"7.0.0","Added `resp`, `multi-mem`, `rbs` and `rbp` fields."},
{"7.0.3","Added `ssub` field."},
{0}
};

View File

@ -16,9 +16,21 @@
"5.0.0",
"Added optional `TYPE` filter."
],
[
"6.0.0",
"Added `user` field."
],
[
"6.2.0",
"Added `laddr` field and the optional `ID` filter."
"Added `argv-mem`, `tot-mem`, `laddr` and `redir` fields and the optional `ID` filter."
],
[
"7.0.0",
"Added `resp`, `multi-mem`, `rbs` and `rbp` fields."
],
[
"7.0.3",
"Added `ssub` field."
]
],
"command_flags": [