summaryrefslogtreecommitdiff
path: root/src/commands/zpopmax.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/zpopmax.json')
-rw-r--r--src/commands/zpopmax.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/zpopmax.json b/src/commands/zpopmax.json
index 33bb85c51..56d86bf85 100644
--- a/src/commands/zpopmax.json
+++ b/src/commands/zpopmax.json
@@ -1,6 +1,6 @@
{
"ZPOPMAX": {
- "summary": "Remove and return members with the highest scores in a sorted set",
+ "summary": "Returns the highest-scoring members from a sorted set after removing them. Deletes the sorted set if the last member was popped.",
"complexity": "O(log(N)*M) with N being the number of elements in the sorted set, and M being the number of elements popped.",
"group": "sorted_set",
"since": "5.0.0",