Versions in this module Expand all Collapse all v1 v1.0.5 Sep 30, 2022 v1.0.4 Sep 30, 2022 v1.0.2 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