Judging from helm chart documentation, it seems that redis in cluster mode with sentinel is not supported yet. Is it possible to add this feature in the platform to allow usage of such deployment architectures ?
actual redis single node only requires : redis://host:6379 (and credentials if used)
future (?) support of sentinel mode would require :
sentinels:
- host1:26379
- host2:26379
master_name: mymaster
and cluster credentials of course.
Judging from helm chart documentation, it seems that redis in cluster mode with sentinel is not supported yet. Is it possible to add this feature in the platform to allow usage of such deployment architectures ?
actual redis single node only requires :
redis://host:6379(and credentials if used)future (?) support of sentinel mode would require :
and cluster credentials of course.