Skip to content

Commit

Permalink
Update controller URL in README.md (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice authored Sep 27, 2023
1 parent 7f0c515 commit 72fb0a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 72fb0a4

Please sign in to comment.