Versions in this module Expand all Collapse all v1 v1.1.0 Sep 3, 2022 v1.0.1 Apr 13, 2022 v1.0.0 Apr 13, 2022 Changes in this version + type Cache struct + func NewCache(client redis.Client) *Cache + func (c *Cache) Add(ctx context.Context, key string, value interface{}) + func (c *Cache) Get(ctx context.Context, key string) (interface{}, bool)