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

Support Expiration of Keys #3

Open
ahmedash95 opened this issue Mar 25, 2023 · 0 comments
Open

Support Expiration of Keys #3

ahmedash95 opened this issue Mar 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ahmedash95
Copy link
Owner

We want to add support for key expiration to Pedis to automatically delete keys after a specified period of time. This will help us manage memory usage and ensure that stale data is not retained indefinitely.

Tasks:

  • Add an expiration time attribute to each key-value pair in the data store.
  • Implement a mechanism to check the expiration time of each data structure and delete expired keys.
  • Define a mechanism to configure the expiration time for individual keys or for all keys in the data store.
@ahmedash95 ahmedash95 added the enhancement New feature or request label Mar 25, 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
Projects
None yet
Development

No branches or pull requests

1 participant