Versions in this module Expand all Collapse all v1 v1.0.0 Oct 2, 2023 Changes in this version + func NewClient(props *Properties) (*redis.Client, error) + func NewHealthChecker(client *redis.Client) actuator.HealthChecker + func NewInformer(client *redis.Client, props *Properties) actuator.Informer + type HealthChecker struct + func (h HealthChecker) Check(ctx context.Context) actuator.StatusDetails + func (h HealthChecker) Component() string + type Informer struct + func (d Informer) Key() string + func (d Informer) Value() interface{} + type Properties struct + ConnMaxIdleTime time.Duration + ConnMaxLifetime time.Duration + Database int + EnableTLS bool + Host string + MinIdleConns int + Password string + PoolSize int + Port int + Username string + func NewProperties(loader config.Loader) (*Properties, error) + func (p Properties) Prefix() string