Skip to content

Redis single node vs Redis Cluster with sentinel #24

@djeanprost

Description

@djeanprost

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions