We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a34ede commit 9353543Copy full SHA for 9353543
ring.go
@@ -172,11 +172,13 @@ func (opt *RingOptions) clientOptions() *Options {
172
Dialer: opt.Dialer,
173
OnConnect: opt.OnConnect,
174
175
- Protocol: opt.Protocol,
176
- Username: opt.Username,
177
- Password: opt.Password,
178
- CredentialsProvider: opt.CredentialsProvider,
179
- DB: opt.DB,
+ Protocol: opt.Protocol,
+ Username: opt.Username,
+ Password: opt.Password,
+ CredentialsProvider: opt.CredentialsProvider,
+ CredentialsProviderContext: opt.CredentialsProviderContext,
180
+ StreamingCredentialsProvider: opt.StreamingCredentialsProvider,
181
+ DB: opt.DB,
182
183
MaxRetries: -1,
184
0 commit comments