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
1 changed files with 1 additions and 0 deletions

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,