Viewing profile — ryanlecompte
ryanlecompte
HN member- Joined
- Thu, Apr 12, 2012, 6:31 AM UTC
- HN karma
- 36
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About ryanlecompte
No profile information was provided.
Recent public activity
-
comment
Comment #4645707
redis_failover provides a full automatic master/slave failover solution for Ruby. Changes in the 1.0 release: redis_failover now supports distributed monitoring among the Node Mana…
-
story
Redis_failover 1.0 Released - Distributed monitoring, failover strategies, more
redis_failover is a full failover solution for redis. As of v1.0, it now supports distributed monitoring among the Node Managers! Previously, the Node Managers were only used as a …
-
comment
Comment #4303211
Hey Steven, ZooKeeper is actually a proven technology for solving distributed configuration. It's widely used by Yahoo! and Netflix among other large companies. It's a proven PAXOS…
-
comment
Comment #3851454
FYI, redis_failover has now been rewritten to sit on top of ZooKeeper to deal with network partitions, stability, and data consistency. From the README: redis_failover attempts to …
-
comment
Comment #3832800
That's right. The client still maintains direct connections with the actual master/slaves. It's only when it fails to connect with one of them that it goes to the failover daemon t…
-
comment
Comment #3832629
The gem has a configurable --max-failures option that can be passed to failover daemon. The daemon will only mark a node as being unreachable if it fails to ping that amount of tim…
-
comment
Comment #3831324
From the README: Redis Failover attempts to provides a full automatic master/slave failover solution for Ruby. Redis does not provide an automatic failover capability when configur…
-
story
Automatic Redis Failover for Ruby
I just released redis_failover, a new Ruby gem that provides automatic Redis failover support for Ruby. From the project README: Redis Failover attempts to provides a full automati…