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 d5ba57c58..87a1cd8b3 100644
--- a/src/commands/bzmpop.json
+++ b/src/commands/bzmpop.json
@@ -1,7 +1,7 @@
{
"BZMPOP": {
"summary": "Remove and return members with scores in a sorted set or block until one is available",
- "complexity": "O(K) + O(N*log(M)) 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.",
+ "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",
"arity": -5,