This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 3cfc7274 Add kvrocks controller to README (#1623)
3cfc7274 is described below
commit 3cfc72747d4c3e92ffaf365f5be3705cc08f3741
Author: Twice <[email protected]>
AuthorDate: Mon Jul 31 09:55:59 2023 +0800
Add kvrocks controller to README (#1623)
---
README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 055ea323..6ce3f9ff 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/RocksLabs/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