This is an automated email from the ASF dual-hosted git repository.
twice 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 72fb0a41 Update controller URL in README.md (#1785)
72fb0a41 is described below
commit 72fb0a41b6e26dc173877ad91a0c6131644a5d90
Author: Twice <[email protected]>
AuthorDate: Wed Sep 27 14:43:58 2023 +0900
Update controller URL in README.md (#1785)
---
.asf.yaml | 2 +-
README.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 98ab7ccc..4d0f708a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,7 +19,7 @@
github:
description: >-
- Kvrocks is a distributed key value NoSQL database that uses RocksDB as
storage engine
+ Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB
as storage engine
and is compatible with Redis protocol.
homepage: https://kvrocks.apache.org/
labels:
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