Versions in this module Expand all Collapse all v1 v1.1.0 May 31, 2024 Changes in this version + type Configuration struct + ControlPlane ControlPlane + Daemon Daemon + FrontierManager FrontierManager + Redis Redis + func Parse() (*Configuration, error) + type ControlPlane struct + Listen config.Listen + type Daemon struct + PProf PProf + RLimit RLimit + type FrontierManager struct + Expiration struct{ ... } + Listen config.Listen + type PProf struct + Addr string + CPUProfileRate int + Enable bool + type RLimit struct + Enable bool + NumFile int + type Redis struct + ClientName string + Cluster struct{ ... } + ConnMaxIdleTime int + ConnMaxLifetime int + DialTimeout int + DisableIndentity bool + IdentitySuffix string + MaxActiveConns int + MaxIdleConns int + MaxRetries int + MaxRetryBackoff int + MinIdleConns int + MinRetryBackoff int + Mode string + Password string + PoolFIFO bool + PoolSize int + PoolTimeout int + Protocol int + ReadTimeout int + Sentinel struct{ ... } + Standalone struct{ ... } + Username string + WriteTimeout int