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
Redis also used in sentinel mode, the client can write the data into master machine, and all of the client can read from both master and slave machine.
Twitter create a proxy named twemproxy to support cluster .
After redis 3,
the redis start to support cluster. Until now it is not proved it is the best solution.
Is it necessary that we should support redis cluster or something else? Maybe we can also get help from community.
The text was updated successfully, but these errors were encountered:
I think we need it.
Just as dubbo supports zk clusters, we also need to guarantee the high availability of redis registry.
Maybe we should send a mail for more suggestions.
Sentinel or cluster. Maybe cluster is better.
Before redis 3.0
After redis 3,
the redis start to support cluster. Until now it is not proved it is the best solution.
Is it necessary that we should support redis cluster or something else? Maybe we can also get help from community.
The text was updated successfully, but these errors were encountered: