Unverified Commit e7f35edb authored by Binbin's avatar Binbin Committed by GitHub
Browse files

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

Change history:
- `user` added in 6.0.0, 0f42447a
- `argv-mem` and `tot-mem` added in 6.2.0, bea40e6a
- `redir` added in 6.2.0, dd1f20ed
- `resp` added in 7.0.0, 7c376398
- `multi-mem` added in 7.0.0, 2753429c
- `rbs` and `rbp` added in 7.0.0, 47c51d0c
- `ssub` added in 7.0.3, 35c2ee87
parent 46393f98
......@@ -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}
};
......
......@@ -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": [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment