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

Add subscribing part of Pub/Sub ops to REDIS_READ_OPS #51

Closed pitr closed 10 years ago

pitr commented 11 years ago

Looks like SUBSCRIBE, PSUBSCRIBE and UNSUBSCRIBE can be added to REDIS_READ_OPS.

I can add a pull request if this is greenlighted.