You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: