Method: Redis::Distributed#blpop
- Defined in:
- lib/redis/distributed.rb
#blpop(*args) ⇒ Object
Remove and get the first element in a list, or block until one is available.
495 496 497 |
# File 'lib/redis/distributed.rb', line 495 def blpop(*args) _bpop(:blpop, args) end |