REDIS_IGNORE_HEALTH_CHECK Dynamic Config
Dynamic config that completely bypasses health check in components::Redis. When true, GetComponentHealth always returns Ok regardless of actual Redis connection state.
Schema:
# yaml
default: false
description: |
Dynamic config that completely bypasses health check in components::Redis.
When true, GetComponentHealth always returns Ok regardless of actual Redis
connection state.
schema:
type: boolean
For a full list of dynamic configs see Dynamic config schemas list