Versions in this module Expand all Collapse all v0 v0.1.1 Sep 13, 2020 v0.1.0 Aug 8, 2020 Changes in this version + var Cache struct + func DeleteRedis(key string) int64 + func GetRedis(key string) string + func SetRedis(key string, value string, validSeconds time.Duration) error + type Trr struct + func (t *Trr) Check() error + func (t *Trr) Get(prefix string, key string) error + func (t *Trr) Interface() interface{} + func (t *Trr) Save(prefix string, key string, timeout time.Duration) error + func (t *Trr) SetValue(v interface{}) error