tis icon indicating copy to clipboard operation
tis copied to clipboard

添加mysql同步到redis的功能

Open shizenghua opened this issue 1 year ago • 1 comments

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

shizenghua avatar Oct 25 '24 05:10 shizenghua

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

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

baisui1981 avatar Oct 26 '24 01:10 baisui1981