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
ef50118c
Unverified
Commit
ef50118c
authored
Mar 22, 2023
by
Oran Agra
Committed by
GitHub
Mar 22, 2023
Browse files
add 7.2 history details to xinfo json files (#11949)
parent
5a76e818
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/commands.c
View file @
ef50118c
...
@@ -6507,7 +6507,10 @@ struct redisCommand XGROUP_Subcommands[] = {
...
@@ -6507,7 +6507,10 @@ struct redisCommand XGROUP_Subcommands[] = {
/********** XINFO CONSUMERS ********************/
/********** XINFO CONSUMERS ********************/
/* XINFO CONSUMERS history */
/* XINFO CONSUMERS history */
#define XINFO_CONSUMERS_History NULL
commandHistory XINFO_CONSUMERS_History[] = {
{"7.2.0","Added the `inactive` field."},
{0}
};
/* XINFO CONSUMERS tips */
/* XINFO CONSUMERS tips */
const char *XINFO_CONSUMERS_tips[] = {
const char *XINFO_CONSUMERS_tips[] = {
...
@@ -6553,6 +6556,7 @@ struct redisCommandArg XINFO_GROUPS_Args[] = {
...
@@ -6553,6 +6556,7 @@ struct redisCommandArg XINFO_GROUPS_Args[] = {
commandHistory XINFO_STREAM_History[] = {
commandHistory XINFO_STREAM_History[] = {
{"6.0.0","Added the `FULL` modifier."},
{"6.0.0","Added the `FULL` modifier."},
{"7.0.0","Added the `max-deleted-entry-id`, `entries-added`, `recorded-first-entry-id`, `entries-read` and `lag` fields"},
{"7.0.0","Added the `max-deleted-entry-id`, `entries-added`, `recorded-first-entry-id`, `entries-read` and `lag` fields"},
{"7.2.0","Added the `active-time` field, and changed the meaning of `seen-time`."},
{0}
{0}
};
};
...
...
src/commands/xinfo-consumers.json
View file @
ef50118c
...
@@ -7,6 +7,12 @@
...
@@ -7,6 +7,12 @@
"arity"
:
4
,
"arity"
:
4
,
"container"
:
"XINFO"
,
"container"
:
"XINFO"
,
"function"
:
"xinfoCommand"
,
"function"
:
"xinfoCommand"
,
"history"
:
[
[
"7.2.0"
,
"Added the `inactive` field."
]
],
"command_flags"
:
[
"command_flags"
:
[
"READONLY"
"READONLY"
],
],
...
...
src/commands/xinfo-stream.json
View file @
ef50118c
...
@@ -14,6 +14,10 @@
...
@@ -14,6 +14,10 @@
[
[
"7.0.0"
,
"7.0.0"
,
"Added the `max-deleted-entry-id`, `entries-added`, `recorded-first-entry-id`, `entries-read` and `lag` fields"
"Added the `max-deleted-entry-id`, `entries-added`, `recorded-first-entry-id`, `entries-read` and `lag` fields"
],
[
"7.2.0"
,
"Added the `active-time` field, and changed the meaning of `seen-time`."
]
]
],
],
"function"
:
"xinfoCommand"
,
"function"
:
"xinfoCommand"
,
...
...
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