-
Notifications
You must be signed in to change notification settings - Fork 467
Cluster
Wang Yuan edited this page Feb 14, 2022
·
9 revisions
Kvrocks provides two way to implement cluster.
You can deploy multiple replication group, and use a proxy to route requests, like twemproxy solution. And use sentinel for failure-tolerant.
Redis cluster introduction: https://github.com/KvrocksLabs/kvrocks/wiki/Kvrocks-Cluster-Introduction
Some main related issues or PRs:
https://github.com/KvrocksLabs/kvrocks/issues/219
https://github.com/KvrocksLabs/kvrocks/pull/302
- Overview
- Support Commands
- Server Installation
- User Guide
- Tools
- Operations
- Cluster
- Performance & Troubleshooting
- FAQ