Documentation ¶ Index ¶ Constants type CacheConnectorConfig Constants ¶ View Source const ( CachingDriverRedis = "redis" CachingDriverMemcache = "memcache" ) Constants Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CacheConnectorConfig ¶ type CacheConnectorConfig struct { Driver string `yaml:"driver"` Host string `yaml:"host"` Port int `yaml:"port"` Password string `yaml:"password"` Index int `yaml:"db"` ClusterMode bool `yaml:"clusterMode"` } CacheConnectorConfig connector config Source Files ¶ View all Source files index.go Click to show internal directories. Click to hide internal directories.