summaryrefslogtreecommitdiff
path: root/src/commands/lmpop.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/lmpop.json')
-rw-r--r--src/commands/lmpop.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/lmpop.json b/src/commands/lmpop.json
index e788b5136..7cc347689 100644
--- a/src/commands/lmpop.json
+++ b/src/commands/lmpop.json
@@ -1,6 +1,6 @@
{
"LMPOP": {
- "summary": "Pop elements from a list",
+ "summary": "Returns multiple elements from a list after removing them. Deletes the list if the last element was popped.",
"complexity": "O(N+M) where N is the number of provided keys and M is the number of elements returned.",
"group": "list",
"since": "7.0.0",