Chris Warner
Results
1
issues of
Chris Warner
As previously requested in [this](https://github.com/boltdb/bolt/issues/541) bolt issue, adding a TTL to a key when put in the database would be quite handy. [Badger does this](https://github.com/dgraph-io/badger#setting-time-to-livettl-and-user-metadata-on-keys) with a very [minimal api](https://godoc.org/github.com/dgraph-io/badger#Txn.SetWithTTL)...
type/feature