scala-redis icon indicating copy to clipboard operation
scala-redis copied to clipboard

Add support for a redis failover proxy

Open ghost opened this issue 12 years ago • 8 comments

Redis supports master slave configurations and manual failover. Unfortunately, automated failover is unlikely to be added until the RedisCluster project is live for a while. In the meantime, one great solution is the redis_failover gem -> https://github.com/ryanlecompte/redis_failover - this adds a zookeeper backed redis node manager that can automate the slave failover in the event of a node going down. This did require some additional client work, as redis_failover includes a client with some 'smarts' to take advantage of the high-availability features. Would supporting a failover framework like this be something within the scope of scala-redis?

ghost avatar Jul 03 '12 14:07 ghost

+1. If you need help moving it along, I could pitch in.

joprice avatar Aug 05 '15 06:08 joprice

Thanks .. I will take a look over the weekend and merge.

debasishg avatar Aug 05 '15 06:08 debasishg

@debasishg can you please add this support to the library?

mrubinwch avatar Apr 26 '20 00:04 mrubinwch