Hi,
I am having a problem with JedisCluster connecting to an Elasticache Cluster Mode redis cluster with 2 shards, - each shard has a Primary node and a Read-only Replica.
However, I can only see requests (hits or misses) going to the primary in each cluster. I expected to see reads (and hence hits and misses in the graphs) going to the read-only replicas.
I created a JedisCluster instance passing in only the configuration endpoint of the cluster. I expected it to discover primary and also the Read Replica nodes in the cluster.
What am I missing here?
Do I need to do something extra to somehow send reads to the read replicas in each shard?
I am somewhat stumped on this, and there doesn't seem to be much documentation on the subject so any help appreciate.
Thanks,
Al