Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Redis 2.8 #65

Open
ryanlecompte opened this issue Dec 31, 2013 · 1 comment
Open

Support Redis 2.8 #65

ryanlecompte opened this issue Dec 31, 2013 · 1 comment

Comments

@ryanlecompte
Copy link
Owner

Slaves are read-only in redis 2.8. This means that the existing approach of using blpop/del/lpush to monitor a node's liveness must be changed since these are write operations. This original approach was used to avoid having to busy-wait when checking nodes, but we may just need to go back to polling given how slaves behave in 2.8.

@arohter
Copy link
Contributor

arohter commented Jan 7, 2014

https://github.com/antirez/redis/blob/unstable/redis.conf#L215

  • Since Redis 2.6 by default slaves are read-only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants