oslo.cache/releasenotes/notes/redis-socket-keepalive-4c6cfde0be827282.yaml
Takashi Kajinami fe55f2c45e Redis: Support socket keepalive
redis-py supports socket keepalive feature. This updates the config
build process so that users can use this feature by the existing
socket keepalive options.

Change-Id: I396e7af9d1e1e04e56a11d26ffea506f2b675a18
2024-03-13 02:22:24 +00:00

8 lines
310 B
YAML

---
features:
- |
The ``dogpile.cache.redis`` backend and ``dogpile.cache.redis_sentinel``
backend now supports enabling socket keepalive configurations by
setting the ``[cache] enable_socket_keepalive`` option to ``True``. Use
the ``socket_keepalive_*`` options to tune keepalive behavior.