summaryrefslogtreecommitdiff
path: root/src/commands/xack.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/xack.json')
-rw-r--r--src/commands/xack.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/xack.json b/src/commands/xack.json
index f7791f270..4a1e92b25 100644
--- a/src/commands/xack.json
+++ b/src/commands/xack.json
@@ -1,6 +1,6 @@
{
"XACK": {
- "summary": "Marks a pending message as correctly processed, effectively removing it from the pending entries list of the consumer group. Return value of the command is the number of messages successfully acknowledged, that is, the IDs we were actually able to resolve in the PEL.",
+ "summary": "Returns the number of messages that were successfully acknowledged by the consumer group member of a stream.",
"complexity": "O(1) for each message ID processed.",
"group": "stream",
"since": "5.0.0",