TraceNature / redissyncer-server

RedisSyncer是一个多任务的redis数据同步工具,可灵活的满足Redis间的数据同步、迁移需求; redissyncer is a redis synchronization tool, used in redis single instance and cluster synchronization
https://github.com/TraceNature/redissyncer-server
Apache License 2.0
639 stars 104 forks source link

源集群和目标集群都是 sentinel 模式,同步任务应该怎样配置? #95

Closed stardustman closed 11 months ago

stardustman commented 11 months ago

源集群和目标情况: 1 master,2 replicas,3 sentinel 。 创建任务时需要怎样配置?

image
pingxingshikong commented 11 months ago

源端主节点和从节点都可以,目标段需要主节点

pingxingshikong commented 11 months ago

3.x暂时不支持填sentinel节点,目标端直接填当前的主机节点就行,4.x会支持

stardustman commented 11 months ago

3.x暂时不支持填sentinel节点,目标端直接填当前的主机节点就行,4.x会支持 如果不是在 web 页面上添加,直接使用代码的方式可以通过配置原集群的 sentinel 和目标集群的 sentinel 同步么?