module Redis::Cluster::NodeKey

def build_from_uri(uri)

def build_from_uri(uri)
  "#{uri.host}#{DELIMITER}#{uri.port}"
end