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

Add Redis SET EXPIRE timeout argument, config param #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kjocevicius
Copy link

Adds redis sink configuration property redis.set.expire.timeout with default value 0.

When the config key is set (value > 0), it adds expiration to SET arguments, so Redis expires keys that are not updated before expiration timeout is reached. It solves the need of having to cleanup old keys in some scenarios.

Closed #24 as I changed branches structure in my fork.

@kjocevicius
Copy link
Author

Related to #21

@daniel-imgarena
Copy link

daniel-imgarena commented Dec 12, 2023

This is great, I was looking for it. How can we get it one merged @jruaux ?

@banker banker requested a review from jruaux December 13, 2023 01:04
@daniel-imgarena
Copy link

Any news?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants