class Redis::Distributed

def quit

Close the connection.
def quit
  on_each_node :quit
end