1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00

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

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,