summaryrefslogtreecommitdiff
path: root/src/commands/rpush.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/rpush.json')
-rw-r--r--src/commands/rpush.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/rpush.json b/src/commands/rpush.json
index 7b6a4a634..e5d6908c8 100644
--- a/src/commands/rpush.json
+++ b/src/commands/rpush.json
@@ -1,6 +1,6 @@
{
"RPUSH": {
- "summary": "Append one or multiple elements to a list",
+ "summary": "Appends one or more elements to a list. 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": "list",
"since": "1.0.0",