apache / apache/dubbo-spi-extensions
[discussion]Redis registry or Redis Metadata store need support redis cluster
Open
- Dominant language
- Java
- Stars
- 206
- Forks
- 121
- PR merge metrics
- No merged PRs in 30d
Description
Before redis 3.0
1. redis was used in one machine.
2. 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.
3. 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.
Contributor guide
Assessment
This issue has not been assessed yet.