Field note
What it does
BLPOP is a blocking list pop primitive and the blocking version of LPOP. It blocks the connection when there are no elements to pop from any of the given lists, checking keys in order and popping from the first non-empty list. Supports timeout configuration including indefinite blocking with timeout 0.
Capabilities
Available capabilities
Tags
Tags
Ways to use it
Ways to use it
sdk
Not filed / https://redis.io/docs/latest/commands/blpop/