summaryrefslogtreecommitdiff
path: root/src/commands/lpush.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/lpush.json')
-rw-r--r--src/commands/lpush.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/lpush.json b/src/commands/lpush.json
index 6fc815298..34cd8e246 100644
--- a/src/commands/lpush.json
+++ b/src/commands/lpush.json
@@ -1,6 +1,6 @@
{
"LPUSH": {
- "summary": "Prepend one or multiple elements to a list",
+ "summary": "Prepends 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",