As far as I'm concerned, this method is similar to BLPOP command in redis-cli. The latter, however, is able to get multiple lists in its signature.
Is it possible with leftPop() method too? From docs:
Removes and returns first element from lists stored at key .
It seems that it is possible, but I can't realize how to do it properly.
Thanks in advance.