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