# File lib/redis.rb, line 984
  def brpop(*args)
    _bpop(:brpop, args)
  end