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

[feature] TTL on keys #6

Open
judahrand opened this issue Dec 19, 2019 · 1 comment
Open

[feature] TTL on keys #6

judahrand opened this issue Dec 19, 2019 · 1 comment

Comments

@judahrand
Copy link
Contributor

Would you be interested in an implementation on time to live (TTL) on keys in the data store? Redis for example has this functionality and it is probably sensible to use it to avoid a build up of redundant key, value pairs being kept.

Perhaps something similar to the throttled project in Go?

Again this is something I'm happy to put in a PR for if you're likely to review and accept it.

@sigmavirus24
Copy link
Owner

I considered implementing this from the start but didn't need it personally

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

No branches or pull requests

2 participants