summaryrefslogtreecommitdiff
path: root/src/commands/zmpop.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zmpop.json')
-rw-r--r--src/commands/zmpop.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zmpop.json b/src/commands/zmpop.json
index 58e710170..86dc3bab2 100644
--- a/src/commands/zmpop.json
+++ b/src/commands/zmpop.json
@@ -1,6 +1,6 @@
{
"ZMPOP": {
- "summary": "Remove and return members with scores in a sorted set",
+ "summary": "Returns the highest- or lowest-scoring members from one or more sorted sets after removing them. Deletes the sorted set if the last member was popped.",
"complexity": "O(K) + O(M*log(N)) where K is the number of provided keys, N being the number of elements in the sorted set, and M being the number of elements popped.",
"group": "sorted_set",
"since": "7.0.0",