Hi team, I need a Redis sink connector for my Flink app but the best I can find is from Bahir<https://github.com/apache/bahir-flink/tree/master/flink-connector-redis/src/main/java/org/apache/flink/streaming/connectors/redis>, which is deprecated. I am wondering if someone in the community is working on supporting Redis Datastream connector, if not, does anyone have idea how much effort roughly it can take to implement it by myself? I have a simple use case to JSON put data into my Redis cluster.
Thanks, Tony