Upgrade redis client to v4.
ref: http://godoc.org/gopkg.in/redis.v4 Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -76,7 +76,7 @@ type SectionStat struct {
|
||||
type SectionRedis struct {
|
||||
Addr string `yaml:"addr"`
|
||||
Password string `yaml:"password"`
|
||||
DB int64 `yaml:"db"`
|
||||
DB int `yaml:"db"`
|
||||
}
|
||||
|
||||
// SectionBoltDB is sub seciont of config.
|
||||
|
||||
Reference in New Issue
Block a user