summaryrefslogtreecommitdiff
path: root/src/commands/zadd.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zadd.json')
-rw-r--r--src/commands/zadd.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zadd.json b/src/commands/zadd.json
index e2cbd98c8..d489ee4fa 100644
--- a/src/commands/zadd.json
+++ b/src/commands/zadd.json
@@ -1,6 +1,6 @@
{
"ZADD": {
- "summary": "Add one or more members to a sorted set, or update its score if it already exists",
+ "summary": "Adds one or more members to a sorted set, or updates their scores. Creates the key if it doesn't exist.",
"complexity": "O(log(N)) for each item added, where N is the number of elements in the sorted set.",
"group": "sorted_set",
"since": "1.2.0",