Hi there,
I'm wondering how does Jedis work with AWS ElastiCache when the cluster for example is working in non-clustered mode, and we have 1 main and 2 replicas.
What is the ideal configuration? do we use the node addresses (in the example above, 3 DNSes), or the primary/reader endpoints (two DNSes)? Does Jedis work reliably if we use the primary/reader endpoints provided by AWS?