summaryrefslogtreecommitdiff
path: root/src/commands/rpoplpush.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/rpoplpush.json')
-rw-r--r--src/commands/rpoplpush.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/rpoplpush.json b/src/commands/rpoplpush.json
index ddb0537e7..195149956 100644
--- a/src/commands/rpoplpush.json
+++ b/src/commands/rpoplpush.json
@@ -1,6 +1,6 @@
{
"RPOPLPUSH": {
- "summary": "Remove the last element in a list, prepend it to another list and return it",
+ "summary": "Returns the last element of a list after removing and pushing it to another list. Deletes the list if the last element was popped.",
"complexity": "O(1)",
"group": "list",
"since": "1.2.0",