Merge pull request #1371 from devinsburke/master

Re-added password support for AUTH purposes
This commit is contained in:
Vladimir Mihailenco 2020-06-12 09:25:00 +03:00 committed by GitHub
commit 3152667bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,