mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-18 04:40:03 +02:00
app/config/config.go: Adding User field to RedisConfig
This commit is contained in:
parent
8ab7d852a7
commit
500cddc082
4 changed files with 7 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ func main() {
|
|||
// Connect to redis
|
||||
rdb := redis.NewClient(&redis.Options{
|
||||
Addr: conf.Redis.Addr,
|
||||
Username: conf.Redis.User,
|
||||
Password: conf.Redis.Password,
|
||||
DB: conf.Redis.DB,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue