Although very vague, Redis documentation states that it has auto-discovery. In what consists that auto-discovery?
If I create a cluster of 6 nodes in host A, is it possible to simply start a server on another host B and get it auto discovered and added to the cluster, without having to manually point one host to the other? Or do I always need to do cluster add-node
or something like that to add the node to the cluster?