Documentation ¶ Index ¶ 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 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Marshal ¶ func Marshal(ctx context.Context, data interface{}, options *cache.Options) ([]byte, error) func NewRedisCache ¶ func NewRedisCache(config *redis.Options) (cache.Cache, error) func Unmarshal ¶ func Unmarshal(ctx context.Context, data []byte, v interface{}, options *cache.Options) error Types ¶ This section is empty. Source Files ¶ View all Source files redis.govalue.go Click to show internal directories. Click to hide internal directories.