Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a6dbf12

Browse files
committedFeb 6, 2025··
propagate unstableresp3
1 parent 9e05a7c commit a6dbf12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎osscluster.go‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@ func (opt *ClusterOptions) clientOptions() *Options {
311311
// much use for ClusterSlots config). This means we cannot execute the
312312
// READONLY command against that node -- setting readOnly to false in such
313313
// situations in the options below will prevent that from happening.
314-
readOnly: opt.ReadOnly && opt.ClusterSlots == nil,
314+
readOnly: opt.ReadOnly && opt.ClusterSlots == nil,
315+
UnstableResp3: opt.UnstableResp3,
315316
}
316317
}
317318

0 commit comments

Comments
 (0)
Please sign in to comment.