Versions in this module Expand all Collapse all v0 v0.0.9 Nov 16, 2024 Changes in this version + type Redis interface + Del func(ctx context.Context, key string) error + Get func(ctx context.Context, key string) (data string, err error) + Set func(ctx context.Context, key string, value string, expiration time.Duration) error + func NewRedis(client *redis.Client) Redis