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