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