You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by miki haiat <mi...@gmail.com> on 2018/01/16 13:08:45 UTC

Adding expire option to redis connector

Hi ,

We have a use that we need to collect some Meta data window it and group it
by some rules.
Each window can create different set of keys and value ,therefor  the
ability  to set expire could be very helpful .

i started to change the code ,

https://github.com/miko-code/bahir-flink/tree/master/flink-connector-redis/src/main/java/org/apache/flink/streaming/connectors/redis/common

There  is  work to do , but before i continue  if some can review it will
be nice .

thnaks,

Miki