Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
820a4e45
Unverified
Commit
820a4e45
authored
Feb 22, 2024
by
guybe7
Committed by
GitHub
Feb 22, 2024
Browse files
Edit the history field of xinfo-consumers (#13078)
Now it matches the information in xinfo-stream.json
parent
5b9fc465
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/commands.def
View file @
820a4e45
...
...
@@ -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
...
...
src/commands/xinfo-consumers.json
View file @
820a4e45
...
...
@@ -10,7 +10,7 @@
"history"
:
[
[
"7.2.0"
,
"Added the `inactive` field."
"Added the `inactive` field
, and changed the meaning of `idle`
."
]
],
"command_flags"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment