# File lib/redis.rb, line 391
  def brpop(*args)
    synchronize do
      @client.call_without_timeout(:brpop, *args)
    end
  end