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