summaryrefslogtreecommitdiff
path: root/src/commands/blmpop.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/blmpop.json')
-rw-r--r--src/commands/blmpop.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/blmpop.json b/src/commands/blmpop.json
index 419eb3e6f..48bfa3e89 100644
--- a/src/commands/blmpop.json
+++ b/src/commands/blmpop.json
@@ -1,6 +1,6 @@
{
"BLMPOP": {
- "summary": "Pop elements from a list, or block until one is available",
+ "summary": "Pops the first element from one of multiple lists. Blocks until an element is available otherwise. Deletes the list if the last element was popped.",
"complexity": "O(N+M) where N is the number of provided keys and M is the number of elements returned.",
"group": "list",
"since": "7.0.0",