TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Automatic Redis Failover

18 pointsby ai09almost 13 years ago

3 comments

antirezalmost 13 years ago
Good to see that Redis Sentinel has alternatives. I'm working on Sentinel to provide my best solution to Redis automatic failover and monitoring but If it will not work for some of you there is something else to try.
stevencoronaalmost 13 years ago
I've never used ZooKeeper in production, so pardon my ignorance, but everytime I see a project using it I get a little bit turned off because it seems like alot of extra complexity and another SPOF. Can anyone share their experiences?
评论 #4303211 未加载
评论 #4303349 未加载
btillyalmost 13 years ago
Isn't this the same idea as <a href="https://github.com/ryanlecompte/redis_failover" rel="nofollow">https://github.com/ryanlecompte/redis_failover</a> (which may or may not be getting any traction)?<p>Also note that at some point there is likely to be a standard solution built into Redis itself. (The best laid plans and all that, but comments below <a href="http://news.ycombinator.com/item?id=3831295" rel="nofollow">http://news.ycombinator.com/item?id=3831295</a> suggest that it may come relatively soon.)
评论 #4303312 未加载