We currently have a service using redis with a couple of replica nodes. For the client we have a .Net-Core aplication using StackExchange.Redis. How can we implement read-only from replica , and write to master node in this case? Is it just a config change?