Versions in this module Expand all Collapse all v1 v1.1.0 Mar 1, 2024 v1.0.1 Oct 24, 2023 v1.0.0 Oct 24, 2023 Changes in this version + func Marshal(ctx context.Context, data interface{}, options *cache.Options) ([]byte, error) + func NewRedisCache(config *redis.Options) (cache.Cache, error) + func Unmarshal(ctx context.Context, data []byte, v interface{}, options *cache.Options) error