summaryrefslogtreecommitdiff
path: root/src/commands/xdel.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/xdel.json')
-rw-r--r--src/commands/xdel.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/xdel.json b/src/commands/xdel.json
index 5854f5084..5cf4a700a 100644
--- a/src/commands/xdel.json
+++ b/src/commands/xdel.json
@@ -1,6 +1,6 @@
{
"XDEL": {
- "summary": "Removes the specified entries from the stream. Returns the number of items actually deleted, that may be different from the number of IDs passed in case certain IDs do not exist.",
+ "summary": "Returns the number of messages after removing them from a stream.",
"complexity": "O(1) for each single item to delete in the stream, regardless of the stream size.",
"group": "stream",
"since": "5.0.0",