Function 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.
Nullable!(Tuple!(string,T)) blpop(T)
(
string key,
long seconds
)
if (isValidRedisValueReturn!T);