github.com/spotahome/redis-operator@v1.2.4/operator/redisfailover/config.go (about)

     1  package redisfailover
     2  
     3  // Config is the configuration for the redis operator.
     4  type Config struct {
     5  	ListenAddress string
     6  	MetricsPath   string
     7  	Concurrency   int
     8  }