1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-16 09:23:06 +03:00

Re-added password support for AUTH purposes

This commit is contained in:
Devin Burke 2020-06-11 18:58:09 -05:00
parent 408b4d52c8
commit fea8458443

View File

@ -121,6 +121,7 @@ func (opt *RingOptions) clientOptions() *Options {
OnConnect: opt.OnConnect,
DB: opt.DB,
Password: opt.Password,
DialTimeout: opt.DialTimeout,
ReadTimeout: opt.ReadTimeout,