tredis icon indicating copy to clipboard operation
tredis copied to clipboard

Does replica support actually work?

Open dave-shawley opened this issue 7 years ago • 0 comments
trafficstars

Using tredis in production, the client did not handle a failover of an AWS ElasticCache item. I believe that https://github.com/gmr/tredis/blob/master/tredis/client.py#L654-L655 should have handled this yet it did not. Adding an HA Client (see #3) is probably the correct solution here. Cluttering up the basic client is probably a bad idea.

dave-shawley avatar Jul 24 '18 15:07 dave-shawley