Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisCache ¶
type RedisCache struct {
// contains filtered or unexported fields
}
func NewRedisCache ¶
func NewRedisCache(uri string) (*RedisCache, error)
func (*RedisCache) StoreWithDefaultTTL ¶
func (c *RedisCache) StoreWithDefaultTTL(key string, value string) error