0

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.

amseager
  • 5,795
  • 4
  • 24
  • 47

1 Answers1

0

As far as I know ListOperations does not support any operation with multiple keys

mirzak
  • 1,043
  • 4
  • 15
  • 30