shogo82148 / Redis-Fast

fast perl binding for Redis database
https://metacpan.org/release/Redis-Fast
Other
25 stars 21 forks source link

Support for Redis Sentinel #6

Closed akzhan closed 10 years ago

akzhan commented 10 years ago

http://redis.io/topics/sentinel-clients

Take a note that Redis module already support sentinel. Including special Redis::Sentinel module (it looks to be ported without any changes).

shogo82148 commented 10 years ago

i have already written Redis::Sentinel module for Redis::Fast (https://github.com/shogo82148/Redis-Fast/tree/feature/sentinel) but not tested yet. I want some comments on this branch. thanks.

shogo82148 commented 10 years ago

Redis::Fast 0.08 contains Redis::Sentinel module now.

akzhan commented 10 years ago

@shogo82148 Thanks. We was planned testing but you are faster :)