|
|
|
|
|
by jtblin
3782 days 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 |
|
Sentinel + Redis distributed system does not guarantee that acknowledged writes are retained during failures,