Versions in this module Expand all Collapse all v1 v1.2.3 Aug 11, 2021 Changes in this version + const ClusterType + const NodeType + type Duration time.Duration + func (r *Duration) DecodeString(value string) error + type Settings struct + DB int + DialTimeout Duration + EnableTLS bool + Failover bool + Host string + IdleCheckFrequency Duration + IdleTimeout Duration + MaxConnAge Duration + MinIdleConns int + Password string + PoolSize int + PoolTimeout Duration + ReadTimeout Duration + RedisMaxRetries int + RedisMaxRetryInterval Duration + RedisMinRetryInterval Duration + RedisType string + SentinelMasterName string + WriteTimeout Duration + func ParseClientFromProperties(properties map[string]string, defaultSettings *Settings) (client redis.UniversalClient, settings *Settings, err error) + func (s *Settings) Decode(in interface{}) error v1.2.2 Aug 11, 2021 v1.2.1 Aug 11, 2021