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 9e05a7c commit a6dbf12Copy full SHA for a6dbf12
osscluster.go
@@ -311,7 +311,8 @@ func (opt *ClusterOptions) clientOptions() *Options {
311
// much use for ClusterSlots config). This means we cannot execute the
312
// READONLY command against that node -- setting readOnly to false in such
313
// situations in the options below will prevent that from happening.
314
- readOnly: opt.ReadOnly && opt.ClusterSlots == nil,
+ readOnly: opt.ReadOnly && opt.ClusterSlots == nil,
315
+ UnstableResp3: opt.UnstableResp3,
316
}
317
318
0 commit comments