diff --git a/src/commands.c b/src/commands.c index ad7518bbb..6eb633114 100644 --- a/src/commands.c +++ b/src/commands.c @@ -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} }; diff --git a/src/commands/client-list.json b/src/commands/client-list.json index 6f1bb332f..e34a3cd63 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": [