# File lib/redis.rb, line 230
  def flushall
    synchronize do |client|
      client.call([:flushall])
    end
  end