RedisShake icon indicating copy to clipboard operation
RedisShake copied to clipboard

sync增量同步问题

Open niduyi opened this issue 2 years ago • 1 comments

源端版本:3.2 主从哨兵 目标端:5.0 主从哨兵版本

源库存在多个db,配置文件里面 filter.db.whitelist = 1 目标也是配置的 target.db =1

问题: 全量的key同步在db1里面,但是增量的key,全部同步到了db = 0

日志:

【INFO】 DBSyncer[0] sync: +forwardCommadns=65 +filterCommands=15 +writeBytes=3000

niduyi avatar Apr 23 '23 02:04 niduyi

请尝试最新版本 shake

suxb201 avatar Apr 24 '23 02:04 suxb201