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

Improve @redis_cache() #56

Merged
merged 3 commits into from
Sep 13, 2017
Merged

Improve @redis_cache() #56

merged 3 commits into from
Sep 13, 2017

Conversation

brainix
Copy link
Owner

@brainix brainix commented Sep 13, 2017

No description provided.

Redis supports various volatile key eviction policies, which only evict
keys that have an expiration timeout set.  Let's hope that our users are
sane and use such a volatile key eviction policy; and set an expiration
on cache hashes, as these keys are presumably safer to evict than other
keys.
@brainix brainix force-pushed the improve-redis-cache branch from c618873 to a504e04 Compare September 13, 2017 20:10
@brainix
Copy link
Owner Author

brainix commented Sep 13, 2017

🐟

@brainix brainix merged commit adb3e31 into master Sep 13, 2017
@brainix brainix deleted the improve-redis-cache branch September 13, 2017 21:30
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