|
|
|
|
|
by nemothekid
3787 days ago
|
|
Given the dependency in question is Redis, such a solution is probably exacerbated by the fact Redis hasn't really had a decent HA solution. This is also hidden by the fact that Redis is really reliable (in my experience at least). In my experience it usually takes an ops event (like adding more RAM to the redis machine) to realize where a crutch has been developed on Redis in critical paths. |
|
Redis sentinel[0] is the HA solution for redis for quite some time.
[0]http://redis.io/topics/sentinel