1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-27 06:47:08 +00:00

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

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 {