tooz/releasenotes/notes/redis-health-check-f5e3cb15dd3ac90c.yaml
Takashi Kajinami 593b328c2f redis: support healthcheck interval
Redis client supports health checks using PING/PONG since 3.3.0[1] but
this feature was not configurable in tooz.

This adds the new health_check_interval option, which is forwarded to
Redis client, to enable that feature.

[1] f60b2b07ca

Change-Id: Icba79be1929ec460d3cb17363e701fbee7de7d76
2024-02-14 11:29:29 +09:00

5 lines
88 B
YAML

---
features:
- |
Redis driver now supports the ``health_check_interval`` option.