Live data from Hacker News

Viewing profile — ryanlecompte

ryanlecompte

HN member
Joined
Thu, Apr 12, 2012, 6:31 AM UTC
HN karma
36
Public activity
8 items

About ryanlecompte

No profile information was provided.

Recent public activity

  1. 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…

  2. 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 …

  3. 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…

  4. 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 …

  5. 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…

  6. 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…

  7. 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…

  8. 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…