class Redis::Distributed

def info(cmd = nil)

Get information and statistics about the server.
def info(cmd = nil)
  on_each_node :info, cmd
end