puppet-trove/releasenotes/notes/cache-redis-opts-d6ebee69d2a12f84.yaml
Takashi Kajinami 27d43512f9 cache: Support new redis options
The oslo.cache 3.7.0 release introduced some options for redis backend
and redis sentinel backend. This introduces for these parameters.

Depneds-on: https://review.opendev.org/910629
Change-Id: I6e017f7349096fd298fd1b6f63de57046f0067d0
2024-03-13 01:30:38 +09:00

13 lines
309 B
YAML

---
features:
- |
The ``trove::cache`` class now supports the following new options for
Redis backend and Redis Sentinel backend.
- ``redis_server``
- ``redis_username``
- ``redis_password``
- ``redis_sentinels``
- ``redis_socket_timeout``
- ``redis_sentinel_service_name``