Skip to content
New issue

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

添加mysql同步到redis的功能 #383

Open
shizenghua opened this issue Oct 25, 2024 · 1 comment
Open

添加mysql同步到redis的功能 #383

shizenghua opened this issue Oct 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@shizenghua
Copy link

添加mysql同步到redis的功能,
可以指定表的数据,按照自定义格式同步到redis中的自定义键中。
比如通常用的字典表,可以按照几个字段组成的json字符串或hash或list,同步到redis中的指定键中。

@baisui1981
Copy link
Member

添加mysql同步到redis的功能, 可以指定表的数据,按照自定义格式同步到redis中的自定义键中。 比如通常用的字典表,可以按照几个字段组成的json字符串或hash或list,同步到redis中的指定键中。

收到,理解你的需求,后期实现可以基于redis的目标端可以继承kafka的sink端,将原先写入kafka的记录改成写入到reids存储中。

@baisui1981 baisui1981 added the enhancement New feature or request label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants