Versions in this module Expand all Collapse all v0 v0.0.2 Mar 30, 2025 v0.0.1 Mar 28, 2025 Changes in this version + type Redis struct + Client redis.UniversalClient + Options *redis.UniversalOptions + func New(options map[string]any) (redisS *Redis, err error) + func (redisS *Redis) C() redis.UniversalClient + func (redisS *Redis) Ping() (string, error) + func (redisS *Redis) SetConfig(options map[string]any) (err error)