summaryrefslogtreecommitdiff
path: root/src/commands/xrange.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/xrange.json')
-rw-r--r--src/commands/xrange.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/xrange.json b/src/commands/xrange.json
index 325a4564a..edfe2ccfd 100644
--- a/src/commands/xrange.json
+++ b/src/commands/xrange.json
@@ -1,6 +1,6 @@
{
"XRANGE": {
- "summary": "Return a range of elements in a stream, with IDs matching the specified IDs interval",
+ "summary": "Returns the messages from a stream within a range of IDs.",
"complexity": "O(N) with N being the number of elements being returned. If N is constant (e.g. always asking for the first 10 elements with COUNT), you can consider it O(1).",
"group": "stream",
"since": "5.0.0",