flyerhzm / redis-sentinel

another redis automatic master/slave failover solution for ruby by using built-in redis sentinel (deprecated)
MIT License
188 stars 67 forks source link

Clarify version compatibility #59

Closed tvon closed 9 years ago

tvon commented 9 years ago

redis-rb includes sentinel support, but only if you are using Redis 2.8.x. If you are stuck on an older version if Redis then you need to use redis-rb 3.1.x and redis-sentinal.

My edit could probably be worded better, but I think something is better than nothing.

Also, referring to the gem as "redis" and the server as "Redis" is a bit confusing, but it seems to be the norm.

Related to https://github.com/flyerhzm/redis-sentinel/issues/55