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

Use Redis Expirable and LRU cache #19

Open
yatharthranjan opened this issue Sep 18, 2020 · 1 comment
Open

Use Redis Expirable and LRU cache #19

yatharthranjan opened this issue Sep 18, 2020 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@yatharthranjan
Copy link
Member

We can use the Redis Expirable and LRU cache support instead of our own implementation. This would be more reliable and will be robust against any crashes and faults of the services.

@yatharthranjan yatharthranjan added enhancement New feature or request good first issue Good for newcomers labels Sep 18, 2020
@yatharthranjan
Copy link
Member Author

yatharthranjan commented Sep 18, 2020

More info - https://redis.io/commands/expire and https://redis.io/topics/lru-cache

can listen to expired keys using - https://redis.io/topics/notifications

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant