Unverified Commit 820a4e45 authored by guybe7's avatar guybe7 Committed by GitHub
Browse files

Edit the history field of xinfo-consumers (#13078)

Now it matches the information in xinfo-stream.json
parent 5b9fc465
...@@ -9551,7 +9551,7 @@ struct COMMAND_STRUCT XGROUP_Subcommands[] = { ...@@ -9551,7 +9551,7 @@ struct COMMAND_STRUCT XGROUP_Subcommands[] = {
#ifndef SKIP_CMD_HISTORY_TABLE #ifndef SKIP_CMD_HISTORY_TABLE
/* XINFO CONSUMERS history */ /* XINFO CONSUMERS history */
commandHistory XINFO_CONSUMERS_History[] = { commandHistory XINFO_CONSUMERS_History[] = {
{"7.2.0","Added the `inactive` field."}, {"7.2.0","Added the `inactive` field, and changed the meaning of `idle`."},
}; };
#endif #endif
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"history": [ "history": [
[ [
"7.2.0", "7.2.0",
"Added the `inactive` field." "Added the `inactive` field, and changed the meaning of `idle`."
] ]
], ],
"command_flags": [ "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