Skip to content

Cluster

Wang Yuan edited this page Feb 14, 2022 · 9 revisions

Kvrocks provides two way to implement cluster.

Pre-sharding

You can deploy multiple replication group, and use a proxy to route requests, like twemproxy solution. And use sentinel for failure-tolerant.

Redis cluster mode

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

https://github.com/KvrocksLabs/kvrocks/issues/412

https://github.com/KvrocksLabs/kvrocks/pull/430