module Redis::Commands::Server

def debug(*args)

def debug(*args)
  send_command([:debug] + args)
end