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.
503 504 505 |
# File 'lib/redis/distributed.rb', line 503 def brpop(*args) _bpop(:brpop, args) end |