From edb0a17b3218f1f435be3ee31cc059f3e916f56e Mon Sep 17 00:00:00 2001 From: vinllen Date: Thu, 28 Feb 2019 17:34:23 +0800 Subject: [PATCH] add series in README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0cd9915..9ed4e95 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,12 @@ Add tag when releasing: "release-v{version}-{date}". for example: "release-v1.0. * GOPATH=\`pwd\`/../..; govendor sync #please note: must install govendor first and then pull all dependencies * cd ../../ && ./build.sh * ./bin/collector -type=$(type_must_be_sync,_dump,_restore_or_decode) -conf=conf/redis-shake.conf #please note: user must modify collector.conf first to match needs. + +# Shake series tool +--- +We also provide some tools for synchronization in Shake series.
+ +* [mongo-shake](https://github.com/aliyun/mongo-shake): mongodb data synchronization tool. +* [redis-shake](https://github.com/aliyun/redis-shake): redis data synchronization tool. +* [redis-full-check](https://github.com/aliyun/redis-full-check): redis data synchronization verification tool. +