Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoAddr = errors.New("redisx:no addr")
Functions ¶
This section is empty.
Types ¶
type ClusterConf ¶ added in v0.2.0
type ClusterConf struct {
*ProxyConf
}
type Conf ¶
type Conf struct {
Mode string // 模式,支持 single/sentinel
SingleConf *ProxyConf // 地址配置
SentinelConf *SentinelConf // 哨兵配置
ClusterConf *ClusterConf // 集群配置
}
Click to show internal directories.
Click to hide internal directories.