tair-opensource / RedisShake

RedisShake is a Redis data processing and migration tool.

Home Page:https://tair-opensource.github.io/RedisShake/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scan_reader模式下,无法同步被删除的key

xcjing opened this issue · comments

问题描述(Issue Description)

在scan_reader模式下,并且设置了 ksn = true ,源端也设置了AKEx, 确认有事件发出。
pmessage","__key:","keyspace@0:xcj1","set"
"pmessage","__key
:*","keyevent@0:set","xcj1"
*
"pmessage","key*:","keyspace@0:unknown_place_geo:tp9u82gr","expired"
"pmessage","__key
:","keyevent@0:expired","unknown_place_geo:tp9u82gr"
"pmessage","__key
:","keyspace@0:unknown_place_geo:wvuts90q","expired"
"pmessage","__key
:*","keyevent@0:expired","unknown_place_geo:wvuts90q"
*"pmessage","__key
:","keyspace@0:xcj1","del"
"pmessage","__key
__:*","keyevent@0:del","xcj1"**

set增加的key可以同步到目标端,但del删除的key没有被同步到目标端。
也就是scan_reader模式下, 无法同步被删除的key

请在这里简要描述你遇到的问题。

Please provide a brief description of the issue you encountered.

环境信息(Environment)

  • RedisShake 版本(RedisShake Version):4.10
  • Redis 源端版本(Redis Source Version):7.07
  • Redis 目的端版本(Redis Destination Version):7.014
  • Redis 部署方式(standalone/cluster/sentinel):cluster
  • 是否在云服务商实例上部署(Deployed on Cloud Provider):yes

日志信息(Logs)

如果有错误日志或其他相关日志,请在这里提供。

If there are any error logs or other relevant logs, please provide them here.

其他信息(Additional Information)

请提供任何其他相关的信息,如配置文件、错误信息或截图等。

Please provide any additional information, such as configuration files, error messages, or screenshots.

是的,已知 BUG,del 没有被处理。