class Redis::Cluster::Slot

def master?(node_key)

def master?(node_key)
  !slave?(node_key)
end