RedisShake
RedisShake copied to clipboard
最新的4.10有没有过滤功能?
问题描述(Issue Description)
最新的4.10有没有过滤功能?根据KEY的名称的前缀或者关键字,过滤掉不需要同步的KEY?
请在这里简要描述你遇到的问题。
Please provide a brief description of the issue you encountered.
环境信息(Environment)
- RedisShake 版本(RedisShake Version):4.10
- Redis 源端版本(Redis Source Version):
- Redis 目的端版本(Redis Destination Version):
- Redis 部署方式(standalone/cluster/sentinel):
- 是否在云服务商实例上部署(Deployed on Cloud Provider):
日志信息(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.
这个功能需要自己写lua脚本 写到配置文件中
https://github.com/mgtv-tech/redis-GunYu 支持前缀过滤
参考:https://tair-opensource.github.io/RedisShake/zh/filter/filter.html