kafka-connect-redis icon indicating copy to clipboard operation
kafka-connect-redis copied to clipboard

Add expire capability for SET calls to Redis

Open uzunbaz opened this issue 4 years ago • 8 comments

Currently, there is no capability to configure an expiration for records pushed to Redis by this connector. It will be nice to have a config to set the expire time for the records.

In other words, instead of SET key value, it should call SET key value [EX seconds|PX milliseconds] where the time duration is configurable with the json file passed to the connector.

uzunbaz avatar Feb 06 '20 01:02 uzunbaz