Hey,
when cluster-mode is disabled (no sharding), how is READ load distributed among all nodes? Primary and replicas?
Considering the fact that redis client makes connection to a single entry point, do all READ request hit Primary node first and then being redirected to a slave in a round-robin fashion, or how is this done exactly ?
I'm using Rediscala client and it doesn't seem to be establishing connections to the replicas, only to the the primary node.