Hacker News new | ask | show | jobs
Elasticache with Python, or how to stop worrying and love HAProxy (medium.com)
46 points by dosh 2711 days ago
2 comments

You can have haproxy also check that the replica instance is in sync with the master via an xinetd service that checks the redis status. This way as you do maintenance and take nodes out of the balancer and add them back in you don’t end up having a window of stale out of date data
It’s a shame that AWS Elasticache still doesn’t support reader endpoints.