summaryrefslogtreecommitdiff
path: root/src/commands/bzpopmax.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/bzpopmax.json')
-rw-r--r--src/commands/bzpopmax.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bzpopmax.json b/src/commands/bzpopmax.json
index ef0272320..70b0b70ab 100644
--- a/src/commands/bzpopmax.json
+++ b/src/commands/bzpopmax.json
@@ -1,6 +1,6 @@
{
"BZPOPMAX": {
- "summary": "Remove and return the member with the highest score from one or more sorted sets, or block until one is available",
+ "summary": "Removes and returns the member with the highest score from one or more sorted sets. Blocks until a member available otherwise. Deletes the sorted set if the last element was popped.",
"complexity": "O(log(N)) with N being the number of elements in the sorted set.",
"group": "sorted_set",
"since": "5.0.0",