This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 3559d589e06efb1469989336a7669b431d4b33c7 Author: Twice <[email protected]> AuthorDate: Mon Jul 31 05:29:48 2023 +0800 Add kvrocks controller to README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 055ea323..5d98760b 100644 --- a/README.md +++ b/README.md @@ -168,9 +168,10 @@ Documents are hosted at the [official website](https://kvrocks.apache.org/docs/g ## Tools -* Export the Kvrocks monitor metrics, please use [kvrocks_exporter](https://github.com/KvrocksLabs/kvrocks_exporter) -* Migrate from redis to kvrocks, use [redis-migrate-tool](https://github.com/vipshop/redis-migrate-tool) which was developed by [vipshop](https://github.com/vipshop) -* Migrate from kvrocks to redis, use `kvrocks2redis` in the build directory +* To manage Kvrocks clusters for failover, scaling up/down and more, use [kvrocks_controller](https://github.com/RocksLabs/kvrocks_controller) +* To export the Kvrocks monitor metrics, use [kvrocks_exporter](https://github.com/KvrocksLabs/kvrocks_exporter) +* To migrate from Redis to Kvrocks, use [redis-migrate-tool](https://github.com/vipshop/redis-migrate-tool) developed by Vipshop +* To migrate from Kvrocks to Redis, use `kvrocks2redis` in the build directory ## Contributing
