Open ralfonso-directnic opened 1 year ago
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
Have you thought about adding expiration feature?
Ie
store.SetBoolEx("enabled", true, time.Now().Add(time.Hour * 1))