mirror of https://mirror.osredm.com/root/redis.git
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
|
@ -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 @@
|
||||||
"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": [
|
||||||
|
|
Loading…
Reference in New Issue