Merge branch 'master' of https://github.com/kataras/iris into master

This commit is contained in:
Gerasimos (Makis) Maropoulos 2020-12-08 06:06:58 +02:00
commit 8fe0d208b3
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7

View File

@ -47,7 +47,7 @@ func (r *GoRedisDriver) mergeClientOptions(c Config) *Options {
}
if opts.Password == "" {
opts.Username = c.Password
opts.Password = c.Password
}
if opts.DB == 0 {