module Redis::Commands::Server

def dbsize

Returns:
  • (Integer) -
def dbsize
  send_command([:dbsize])
end