summaryrefslogtreecommitdiff
path: root/src/commands/xread.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/xread.json')
-rw-r--r--src/commands/xread.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/commands/xread.json b/src/commands/xread.json
index e6978794a..3a78ffb22 100644
--- a/src/commands/xread.json
+++ b/src/commands/xread.json
@@ -1,7 +1,6 @@
{
"XREAD": {
- "summary": "Return never seen elements in multiple streams, with IDs greater than the ones reported by the caller for each stream. Can block.",
- "complexity": "For each stream mentioned: O(N) with N being the number of elements being returned, it means that XREAD-ing with a fixed COUNT is O(1). Note that when the BLOCK option is used, XADD will pay O(M) time in order to serve the M clients blocked on the stream getting new data.",
+ "summary": "Returns messages from multiple streams with IDs greater than the ones requested. Blocks until a message is available otherwise.",
"group": "stream",
"since": "5.0.0",
"arity": -4,