Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoAddr = errors.New("redisx:no addr")
View Source
var RedisClusterMap = make(map[string]*Cacher)
Functions ¶
func CloseRedis ¶
func CloseRedis() error
Types ¶
type Conf ¶
type Conf struct {
Mode string // 模式,支持 default/sentinel
ProxyConf map[string]*ProxyConf // 地址配置
SentinelConf *SentinelConf // 哨兵配置
}
Click to show internal directories.
Click to hide internal directories.