puppet-zaqar/releasenotes/notes/cache-redis-opts-9e610582f75983cd.yaml
Takashi Kajinami f7793ae10d cache: Support new redis options
The oslo.cache 3.7.0 release introduced some options for redis backend
and redis sentinel backend. This introduces support for these
parameters.

Depneds-on: https://review.opendev.org/910629
Change-Id: I88b6b3c41b6f8691720b6bf9ccd5999d7a24f68c
2024-04-03 00:20:22 +09:00

13 lines
309 B
YAML

---
features:
- |
The ``zaqar::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``