5 ms·
> Given the dependency in question is Redis, such a solution is probably exasperated by the fact Redis hasn't really had a decent HA solution. Redis sentinel[0
by jtblin 11y ago
> Given the dependency in question is Redis, such a solution is probably exasperated by the fact Redis hasn't really had a decent HA solution.
Redis sentinel[0] is the HA solution for redis for quite some time.
[0]http://redis.io/topics/sentinel http://redis.io/topics/sentinel
- abc_lisper 11y agoThat page says this: Sentinel + Redis distributed system does not guarantee that acknowledged writes are retained during failures,
- nemothekid 11y agoI haven't heard good things about Redis Sentinel nor am I sure of their failure modes, which is why I wouldn't describe it as decent. I haven't kept up to date on "Sentinel 2" that was launched with 3.0 so the situation might have changed.