summaryrefslogtreecommitdiff
path: root/src/commands/sadd.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sadd.json')
-rw-r--r--src/commands/sadd.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/sadd.json b/src/commands/sadd.json
index 89c824625..00b3c26df 100644
--- a/src/commands/sadd.json
+++ b/src/commands/sadd.json
@@ -1,6 +1,6 @@
{
"SADD": {
- "summary": "Add one or more members to a set",
+ "summary": "Adds one or more members to a set. Creates the key if it doesn't exist.",
"complexity": "O(1) for each element added, so O(N) to add N elements when the command is called with multiple arguments.",
"group": "set",
"since": "1.0.0",