# File lib/redis.rb, line 128
  def flushall
    synchronize do
      @client.call [:flushall]
    end
  end