Skip to content

Add Redis SET EXPIRE timeout argument, config param #24

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

Closed

Conversation

kjocevicius
Copy link

@kjocevicius kjocevicius commented May 30, 2023

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.

@kjocevicius kjocevicius deleted the branch redis-field-engineering:master June 15, 2023 06:56
@kjocevicius kjocevicius deleted the master branch June 15, 2023 06:56
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.

1 participant