Versions in this module Expand all Collapse all v1 v1.43.0 Aug 25, 2025 v1.42.0 Apr 29, 2025 v1.41.0 Feb 17, 2025 v1.40.0 Nov 22, 2024 v1.39.0 Nov 11, 2024 v1.38.0 Aug 22, 2024 v1.37.0 Jul 26, 2024 v1.36.2 Jul 10, 2024 v1.36.1 Jul 3, 2024 v1.36.0 Jul 2, 2024 v1.35.0 Jun 20, 2024 v1.34.0 Jun 19, 2024 v1.33.0 Jun 14, 2024 v1.32.0 Jun 13, 2024 v1.31.0 Apr 24, 2024 v1.30.0 Apr 23, 2024 Changes in this version + type Config struct + Redis Redis + Store string + func NewConfig() (*Config, error) + type Redis struct + Addrs []string + ClientName string + ConnMaxIdleTime time.Duration + ConnMaxLifetime time.Duration + ContextTimeoutEnabled bool + DB int + DialTimeout time.Duration + DisableIndentity bool + IdentitySuffix string + MasterName string + MaxActiveConns int + MaxIdleConns int + MaxRedirects int + MaxRetries int + MaxRetryBackoff time.Duration + MinIdleConns int + MinRetryBackoff time.Duration + Password string + PoolSize int + PoolTimeout time.Duration + Protocol int + ReadOnly bool + ReadTimeout time.Duration + RouteByLatency bool + RouteRandomly bool + SentinelPassword string + SentinelUsername string + TLS TLS + URL string + Username string + WriteTimeout time.Duration + type StoreType int + type TLS struct + Ca string + Cert string + CertKey string + Enabled bool + InsecureSkipVerify bool + Passphrase string