mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Edit the history field of xinfo-consumers (#13078)
Now it matches the information in xinfo-stream.json
This commit is contained in:
parent
5b9fc46523
commit
820a4e45f1
2 changed files with 2 additions and 2 deletions
|
|
@ -9551,7 +9551,7 @@ struct COMMAND_STRUCT XGROUP_Subcommands[] = {
|
|||
#ifndef SKIP_CMD_HISTORY_TABLE
|
||||
/* 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
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"history": [
|
||||
[
|
||||
"7.2.0",
|
||||
"Added the `inactive` field."
|
||||
"Added the `inactive` field, and changed the meaning of `idle`."
|
||||
]
|
||||
],
|
||||
"command_flags": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue