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 TTL for Redis #41

Open
lzianekhodja-aneo opened this issue Jun 29, 2023 · 0 comments
Open

Add TTL for Redis #41

lzianekhodja-aneo opened this issue Jun 29, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request Support

Comments

@lzianekhodja-aneo
Copy link
Contributor

lzianekhodja-aneo commented Jun 29, 2023

TTL parameter in Redis returns the remaining time to live of a key that has a timeout. This introspection capability allows a Redis client to check how many seconds a given key will continue to be part of the dataset.

In ArmoniK Core, a Redis Data TTL Redis__TtlTimeSpan option is added. The following modules must be updated to manage this option (configmaps):

See Key eviction and Caching strategies

@lzianekhodja-aneo lzianekhodja-aneo self-assigned this Jun 29, 2023
@lzianekhodja-aneo lzianekhodja-aneo added enhancement New feature or request Support labels Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Support
Projects
Archived in project
Development

No branches or pull requests

1 participant