go-sqlkv
go-sqlkv copied to clipboard
Expiration feature
Have you thought about adding expiration feature?
Ie
store.SetBoolEx("enabled", true, time.Now().Add(time.Hour * 1))
Yes that could be added as an optional parameter to the set methods