This is an automated email from the ASF dual-hosted git repository.
hulk 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 caa2d67d Update the Redis migration tool to RedisShake due to
redis-migrate-tool is inactive for a long time (#1706)
caa2d67d is described below
commit caa2d67d1edbc2bf910e4e5178c0a0e745178a42
Author: hulk <[email protected]>
AuthorDate: Tue Aug 29 11:14:02 2023 +0800
Update the Redis migration tool to RedisShake due to redis-migrate-tool is
inactive for a long time (#1706)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e3348481..e856bb67 100644
--- a/README.md
+++ b/README.md
@@ -170,7 +170,7 @@ Documents are hosted at the [official
website](https://kvrocks.apache.org/docs/g
* 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 Redis to Kvrocks, use
[RedisShake](https://github.com/tair-opensource/RedisShake)
* To migrate from Kvrocks to Redis, use `kvrocks2redis` in the build directory
## Contributing