class Redis::Cluster::Slot

def put(slot, node_key)

def put(slot, node_key)
  assign_node_key(@map, slot, node_key)
  nil
end