I am using Spinnaker CloudDriver with Redis for caching, and I would like to know if it supports Redis Sentinel for high availability. I have searched the documentation and the code on GitHub, but I couldn't find any information about it. Can anyone confirm if CloudDriver supports Redis Sentinel, and if so, how to configure it? Thank you in advance.
ex)
redis:
tls: true
tls-path: /certs/tls.jks
tls-password: pass
use-sentinel: true
sentinel:
master-name:
password:
database:
connections:
- redis:26379