[bitnami/redis] feat: add support for sync checks on replica nodes with sentinel (#36461)

This commit is contained in:
Juan Ariza Toledano
2026-02-12 11:38:43 +01:00
committed by GitHub
parent 69f5d02d1d
commit 38684e07d2
5 changed files with 55 additions and 23 deletions

View File

@@ -1232,6 +1232,9 @@ sentinel:
## @param sentinel.parallelSyncs Number of replicas that can be reconfigured in parallel to use the new master after a failover
##
parallelSyncs: 1
## @param sentinel.replicaSyncCheck Wait for data full sync on replicas before marking them as ready (experimental)
##
replicaSyncCheck: false
## @param sentinel.configuration Configuration for Redis(R) Sentinel nodes
## ref: https://redis.io/topics/sentinel
##