forked from mirror/redis
Re-added password support for AUTH purposes
This commit is contained in:
parent
408b4d52c8
commit
fea8458443
1
ring.go
1
ring.go
|
@ -121,6 +121,7 @@ func (opt *RingOptions) clientOptions() *Options {
|
||||||
OnConnect: opt.OnConnect,
|
OnConnect: opt.OnConnect,
|
||||||
|
|
||||||
DB: opt.DB,
|
DB: opt.DB,
|
||||||
|
Password: opt.Password,
|
||||||
|
|
||||||
DialTimeout: opt.DialTimeout,
|
DialTimeout: opt.DialTimeout,
|
||||||
ReadTimeout: opt.ReadTimeout,
|
ReadTimeout: opt.ReadTimeout,
|
||||||
|
|
Loading…
Reference in New Issue