Versions in this module Expand all Collapse all v1 v1.0.0 May 22, 2026 Changes in this version + type RedisCache struct + func NewRedisCache(address string, password string, db int) *RedisCache + func (r *RedisCache) Delete(ctx context.Context, key string) error + func (r *RedisCache) Get(ctx context.Context, key string) (string, error) + func (r *RedisCache) Set(ctx context.Context, key string, val string) error