Versions in this module Expand all Collapse all v1 v1.0.2 Jul 9, 2025 v1.0.1 Jul 9, 2025 v1.0.0 Jul 8, 2025 Changes in this version + func ConnectRedis(cfg *config.Env) (*redis.Client, error) + type Cache struct + RedisClient *redis.Client + func NewCache(cfg *config.Env, redisClient *redis.Client) *Cache + func (pkg *Cache) Close() error