summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2023-03-22 09:47:39 +0200
committerGitHub <noreply@github.com>2023-03-22 09:47:39 +0200
commitef50118c92edcc882f66e17b236097600ceab1ab (patch)
treec7efb4186c8139469775bc51b596c82c848e8914 /src/commands
parent5a76e818c63d5cacb91038ed2f8360aef4580f48 (diff)
downloadredis-ef50118c92edcc882f66e17b236097600ceab1ab.tar.gz
add 7.2 history details to xinfo json files (#11949)
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/xinfo-consumers.json6
-rw-r--r--src/commands/xinfo-stream.json4
2 files changed, 10 insertions, 0 deletions
diff --git a/src/commands/xinfo-consumers.json b/src/commands/xinfo-consumers.json
index 2acb0bf05..98274bdf6 100644
--- a/src/commands/xinfo-consumers.json
+++ b/src/commands/xinfo-consumers.json
@@ -7,6 +7,12 @@
"arity": 4,
"container": "XINFO",
"function": "xinfoCommand",
+ "history": [
+ [
+ "7.2.0",
+ "Added the `inactive` field."
+ ]
+ ],
"command_flags": [
"READONLY"
],
diff --git a/src/commands/xinfo-stream.json b/src/commands/xinfo-stream.json
index 25941f33b..7db07fb9b 100644
--- a/src/commands/xinfo-stream.json
+++ b/src/commands/xinfo-stream.json
@@ -14,6 +14,10 @@
[
"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`."
]
],
"function": "xinfoCommand",