summaryrefslogtreecommitdiff
path: root/src/commands/bzpopmin.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/bzpopmin.json')
-rw-r--r--src/commands/bzpopmin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bzpopmin.json b/src/commands/bzpopmin.json
index c378a3da9..a2f305cd2 100644
--- a/src/commands/bzpopmin.json
+++ b/src/commands/bzpopmin.json
@@ -1,6 +1,6 @@
{
"BZPOPMIN": {
- "summary": "Remove and return the member with the lowest score from one or more sorted sets, or block until one is available",
+ "summary": "Removes and returns the member with the lowest score from one or more sorted sets. Blocks until a member is 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",