This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/readme-controller in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 23281aee0148e41f39dcc062c4febff7ce101d86 Author: Twice <[email protected]> AuthorDate: Wed Sep 27 14:32:26 2023 +0900 Update controller URL in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e856bb67..67765dda 100644 --- a/README.md +++ b/README.md @@ -168,10 +168,10 @@ Documents are hosted at the [official website](https://kvrocks.apache.org/docs/g ## Tools -* To manage Kvrocks clusters for failover, scaling up/down and more, use [kvrocks_controller](https://github.com/RocksLabs/kvrocks_controller) +* To manage Kvrocks clusters for failover, scaling up/down and more, use [kvrocks-controller](https://github.com/apache/kvrocks-controller) * To export the Kvrocks monitor metrics, use [kvrocks_exporter](https://github.com/RocksLabs/kvrocks_exporter) * To migrate from Redis to Kvrocks, use [RedisShake](https://github.com/tair-opensource/RedisShake) -* To migrate from Kvrocks to Redis, use `kvrocks2redis` in the build directory +* To migrate from Kvrocks to Redis, use `kvrocks2redis` built via `./x.py build` ## Contributing
