module Redis::Commands::Server

def save

Returns:
  • (String) -
def save
  send_command([:save])
end