debasishg / scala-redis

A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.
1.02k stars 219 forks source link

Read from lowest latency using AWS Elasticache Global datastore? #300

Open angelorobo opened 2 years ago

angelorobo commented 2 years ago

How do we set up Read from any node of the cluster with the lowest latency when using AWS Elastic cache Global datastore? https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html

image