summaryrefslogtreecommitdiff
path: root/src/commands/xreadgroup.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/xreadgroup.json')
-rw-r--r--src/commands/xreadgroup.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/xreadgroup.json b/src/commands/xreadgroup.json
index 96d7a89ba..93e45a877 100644
--- a/src/commands/xreadgroup.json
+++ b/src/commands/xreadgroup.json
@@ -1,6 +1,6 @@
{
"XREADGROUP": {
- "summary": "Return new entries from a stream using a consumer group, or access the history of the pending entries for a given consumer. Can block.",
+ "summary": "Returns new or historical messages from a stream for a consumer in a group. Blocks until a message is available otherwise.",
"complexity": "For each stream mentioned: O(M) with M being the number of elements returned. If M is constant (e.g. always asking for the first 10 elements with COUNT), you can consider it O(1). On the other side when XREADGROUP blocks, XADD will pay the O(N) time in order to serve the N clients blocked on the stream getting new data.",
"group": "stream",
"since": "5.0.0",