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

Key TTL #4

Closed
tmaiaroto opened this issue Nov 7, 2015 · 0 comments
Closed

Key TTL #4

tmaiaroto opened this issue Nov 7, 2015 · 0 comments

Comments

@tmaiaroto
Copy link
Owner

Add a time to live on keys. Upon getting the key (or possibly updating? unless another option is passed with the update to cancel the ttl), if the current time is beyond the expiration the key will be deleted and an empty response returned (with message about key not found).

TTLs can be updated and removed from keys at any point before the request for such key. Items in DynamoDB have no official way of expiring automatically so they are technically still there. It is the application that will expire.

@tmaiaroto tmaiaroto added this to the Alpha Features milestone Nov 7, 2015
@tmaiaroto tmaiaroto changed the title TTL Key TTL Nov 7, 2015
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

1 participant