From fea8458443b13cb54d31daf0e20e0dcd499d714e Mon Sep 17 00:00:00 2001 From: Devin Burke Date: Thu, 11 Jun 2020 18:58:09 -0500 Subject: [PATCH] Re-added password support for AUTH purposes --- ring.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ring.go b/ring.go index 7955e50..e2fde34 100644 --- a/ring.go +++ b/ring.go @@ -121,6 +121,7 @@ func (opt *RingOptions) clientOptions() *Options { OnConnect: opt.OnConnect, DB: opt.DB, + Password: opt.Password, DialTimeout: opt.DialTimeout, ReadTimeout: opt.ReadTimeout,