faye / faye-redis-ruby

Redis engine backend for Faye
80 stars 38 forks source link

Adds sentinel support #15

Closed xnagpa closed 8 years ago

xnagpa commented 8 years ago

I thought it would be wonderful to provide faye-redis gem with redis-sentinel support. In order to achieve that I added this gem https://github.com/livehelpnow/em-hiredis-sentinel into faye-redis. In short sentinels in redis give us more reliable and stable redis. The complete description of sentinels could be seen here http://redis.io/topics/sentinel I will be very happy if you guys comment my pull request and say what do you think about sentinels idea.