Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RedisConnPools []*redis.Pool
Functions ¶
func CloseRedis ¶
func CloseRedis()
func Init ¶
func Init(cfg RedisSection)
Types ¶
type RedisSection ¶
type RedisSection struct { Addrs []string `yaml:"addrs"` Pass string `yaml:"pass"` DB int `yaml:"db"` Idle int `yaml:"idle"` Timeout TimeoutSection `yaml:"timeout"` Prefix string `yaml:"prefix"` }
var Config RedisSection
type TimeoutSection ¶
Click to show internal directories.
Click to hide internal directories.