fix: Set Redis cluster proxy policy to PREFER_MASTER

This commit is contained in:
Stefan Reimer 2021-03-26 17:35:21 +01:00
parent 1a1f5e7cd6
commit c1a1aea29f

View File

@ -31,5 +31,5 @@ spec:
op_timeout: 5s
enable_redirection: true
enable_command_stats: true
read_policy: PREFER_REPLICA
read_policy: PREFER_MASTER
{{- end }}