diff --git a/src/commands.c b/src/commands.c index 23ec74d5d..4cb3cd35f 100644 --- a/src/commands.c +++ b/src/commands.c @@ -812,7 +812,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} }; diff --git a/src/commands/client-list.json b/src/commands/client-list.json index 75605cfb1..3cff10adf 100644 --- a/src/commands/client-list.json +++ b/src/commands/client-list.json @@ -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": [