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

Provide the ability to disable on-demand expiration #15

Merged
merged 4 commits into from
Apr 16, 2016
Merged

Conversation

whitfin
Copy link
Owner

@whitfin whitfin commented Apr 16, 2016

This PR will add the feature to disable on-demand expirations per #11. This is useful when you don't really care about guaranteed TTL accuracy (for example if you're using TTLs to just lower your memory usage). In this case the deletes on demand can lower your read throughput, so this allows you to trade accuracy for read performance.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 520f1d0 on issue-4 into 6a0f808 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 4d6f0e5 on issue-4 into 6a0f808 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling c76d586 on issue-4 into 6a0f808 on master.

@whitfin whitfin merged commit dd6cb24 into master Apr 16, 2016
@whitfin whitfin deleted the issue-4 branch April 16, 2016 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants