We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
源端与目标端都为Redis Cluster架构,4分片,任务配置为:
{ "sourceRedisType":"cluster", "targetRedisType":"cluster", "sourcePassword":"xxxx", "sourceRedisAddress":"10.116.104.237:7000;10.116.104.237:7001;10.116.104.237:7002;10.116.104.237:7003", "targetRedisAddress":"10.116.104.237:8000;10.116.104.237:8001;10.116.104.237:8002;10.116.104.237:8003", "targetPassword":"xxx", "taskName":"redis-cluster-test8", "autostart":false, "afresh":true }
任务到增加阶段,检查目标端数据发现只同步了一个分片的数据
The text was updated successfully, but these errors were encountered:
可以查看下任务的详情,源端只需要填主节点,目标端需要把主从节点都填上
Sorry, something went wrong.
No branches or pull requests
源端与目标端都为Redis Cluster架构,4分片,任务配置为:
任务到增加阶段,检查目标端数据发现只同步了一个分片的数据
The text was updated successfully, but these errors were encountered: