mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
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…
x
Reference in New Issue
Block a user