summaryrefslogtreecommitdiff
path: root/src/commands/xadd.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/xadd.json')
-rw-r--r--src/commands/xadd.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/xadd.json b/src/commands/xadd.json
index 72f864d92..21880524e 100644
--- a/src/commands/xadd.json
+++ b/src/commands/xadd.json
@@ -1,6 +1,6 @@
{
"XADD": {
- "summary": "Appends a new entry to a stream",
+ "summary": "Appends a new message to a stream. Creates the key if it doesn't exist.",
"complexity": "O(1) when adding a new entry, O(N) when trimming where N being the number of entries evicted.",
"group": "stream",
"since": "5.0.0",