Versions in this module Expand all Collapse all v1 v1.0.3 Sep 24, 2022 v1.0.1 Sep 24, 2022 Changes in this version + func GetRedisClient(conf *RedisConfig) (*redis.Client, error) + type RedisConfig struct + Address string + DB int + MasterName string + Password string + SentinelAddresses []string + SentinelPassword string + SentinelUsername string + UseTLS bool + Username string