kevy

BLPOP

Blocking left pop across one or more lists (effect logged as LPOP).

SyntaxBLPOP key [key ...] timeout
Grouplist
Arity-3
Since1.0.0
Flagswrite, blocking
ComplexityO(1) to serve; the park is O(1) and waiters are woken FIFO per key
Redis compatibilitydiffers: on a multi-shard server the multi-key form does not honour Redis's left-to-right key priority — keys on the connection's own shard are served before remote ones

← All commands