redis cluster集群 、sentinel模式、twemproxy模式都可以使用redis-migrate-tool 工具同步数据
从github 上克隆代码 https://github.com/tanruixing88/redis-migrate-tool
安装相关依赖包:
yum install autoconf automake libtool bzip2
git clone https://github.com/JokerQueue/redis-migrate-tool.git
cd redis-migrate-tool
autoreconf -fvi
redis 同步工具redis-migrate-tool实时同步数据
原文:https://www.cnblogs.com/yx-book/p/14851266.html