Versions in this module Expand all Collapse all v0 v0.10.0 May 13, 2023 Changes in this version + type Client interface + Del func(key string) error + Get func(key string) (string, error) + Scan func(key string, action func(context.Context, string) error) error + Set func(key string, value interface{}, exp time.Duration) error + func NewClient(ro *redis.Options) Client