class Redis

def dbsize

def dbsize
  @client.call(:dbsize)
end