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