Versions in this module Expand all Collapse all v0 v0.1.1 Mar 28, 2022 v0.1.0 Mar 28, 2022 Changes in this version + func NewRedisStore(rdb *redis.Client) *redisStore + type InvalidTypeError struct + func (i InvalidTypeError) Error() string + type Store interface + GetKey func(ctx context.Context, key string, v any) error + SetKey func(ctx context.Context, key string, v any) error