Skip to content

Commit

Permalink
Send redisAuth in case of sentinel too (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaeltzirulnikov authored Aug 12, 2019
1 parent 1968f8e commit b8a92aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/redis-ts-adapter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ func buildClient(cfg *config) *redis_ts.Client {
IdleTimeout: cfg.IdleTimeout,
IdleCheckFrequency: cfg.IdleCheckFrequency,
WriteTimeout: cfg.WriteTimeout,
Password: cfg.redisAuth,
})
return client
}
Expand Down

0 comments on commit b8a92aa

Please sign in to comment.