I am using a library stachexchange.redisto connect to a redis cluster. The cluster has 3 masters and 4 slaves.
In my connection with the use of the multiplexer, which servers should be used in the connection string? only one of the wizards or all servers?
Currently used:
ConnectionMultiplexer.Connect("master1, master2, master3")
source
share