1
0
mirror of https://github.com/redis/go-redis.git synced 2026-01-12 10:23:12 +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,