Versions in this module Expand all Collapse all v1 v1.0.0 Mar 5, 2021 Changes in this version + var NoTTL = time.Duration(0) + type Cache interface + GetBytes func(key string) ([]byte, error) + GetInt64 func(key string) (int64, error) + GetManyInt64 func(keys []string) (map[string]int64, error) + Remove func(key string) error + SetBytes func(key string, value []byte, TTL time.Duration) error + SetInt64 func(key string, value int64, TTL time.Duration) error + SetManyInt64 func(values map[string]int64, TTL time.Duration) error + func NewRedisCache(URI string, keyPrefix string) (Cache, error) v1.0.0-rc2 Jan 13, 2021