mirror of
https://github.com/kataras/iris.git
synced 2025-02-09 18:46:19 +01:00
Merge branch 'master' of https://github.com/kataras/iris into master
This commit is contained in:
commit
8fe0d208b3
|
@ -47,7 +47,7 @@ func (r *GoRedisDriver) mergeClientOptions(c Config) *Options {
|
||||||
}
|
}
|
||||||
|
|
||||||
if opts.Password == "" {
|
if opts.Password == "" {
|
||||||
opts.Username = c.Password
|
opts.Password = c.Password
|
||||||
}
|
}
|
||||||
|
|
||||||
if opts.DB == 0 {
|
if opts.DB == 0 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user