module Redis::Cluster::NodeKey

def optionize(node_key)

def optionize(node_key)
  host, port = split(node_key)
  { host: host, port: port }
end