RedisDatabase.blpop

BLPOP is a blocking list pop primitive. It is the blocking version of LPOP because it blocks the connection when there are no elements to pop from any of the given lists.

struct RedisDatabase
Nullable!(Tuple!(string, T))
blpop
(
T = string
)
(
string key
,
long seconds
)

Meta