summaryrefslogtreecommitdiff
path: root/src/commands/bzmpop.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/bzmpop.json')
-rw-r--r--src/commands/bzmpop.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bzmpop.json b/src/commands/bzmpop.json
index 30d502dc3..4ff5c110a 100644
--- a/src/commands/bzmpop.json
+++ b/src/commands/bzmpop.json
@@ -1,6 +1,6 @@
{
"BZMPOP": {
- "summary": "Remove and return members with scores in a sorted set or block until one is available",
+ "summary": "Removes and returns a member by 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(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",