Versions in this module Expand all Collapse all v0 v0.0.4 Nov 21, 2018 v0.0.3 Nov 20, 2018 Changes in this version + func Get(key string) (value interface{}, found bool) + func Set(key string, value interface{}, expireTimeDuration time.Duration) + func SetWithDefaultExpire(key string, value interface{}) + func SetWithNoExpire(key string, value interface{})