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