We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Have you considered adding support for setting TTL values on keys? Would be nice to have this. Maybe via something like:
func (s *Store) InsertTTL(key, data interface{}, ttl time.Duration) {...} func (s *Store) UpdateTTL(key, data interface{}, ttl time.Duration) {...} func (s *Store) UpsertTTL(key, data interface{}, ttl time.Duration) {...}
Ref: https://github.com/dgraph-io/badger#setting-time-to-livettl-and-user-metadata-on-keys
The text was updated successfully, but these errors were encountered:
This would be amazing.
Sorry, something went wrong.
Any update on adding this TTL feature on keys? Also, are there any plans to add:
No branches or pull requests
Have you considered adding support for setting TTL values on keys? Would be nice to have this. Maybe via something like:
Ref: https://github.com/dgraph-io/badger#setting-time-to-livettl-and-user-metadata-on-keys
The text was updated successfully, but these errors were encountered: