summaryrefslogtreecommitdiff
path: root/src/commands/lpushx.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/lpushx.json')
-rw-r--r--src/commands/lpushx.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/lpushx.json b/src/commands/lpushx.json
index d41f50b77..5f6d17cbc 100644
--- a/src/commands/lpushx.json
+++ b/src/commands/lpushx.json
@@ -1,6 +1,6 @@
{
"LPUSHX": {
- "summary": "Prepend an element to a list, only if the list exists",
+ "summary": "Prepends one or more elements to a list only when the list exists.",
"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": "2.2.0",