ryanlecompte / redis_failover

redis_failover is a ZooKeeper-based automatic master/slave failover solution for Ruby.
http://github.com/ryanlecompte/redis_failover
MIT License
539 stars 65 forks source link

Support Ruby 2.0 #64

Open ryanlecompte opened 10 years ago

ryanlecompte commented 10 years ago

redis_failover does not shutdown properly in ruby 2.0+. This is due to a change in how signal handlers work. We should ensure that all tests pass and that redis_failover works properly in the latest stable Ruby release.

arohter commented 10 years ago

https://github.com/ryanlecompte/redis_failover/issues/62

We're planning on upgrading to Ruby 2.1 in the short term, so I guess we'll need to take care of this first.

ryanlecompte commented 10 years ago

Awesome, thanks again for taking this on, @arohter !