zaqar/releasenotes/notes/redis-sentinel-authentication-93fa9b1846979e41.yaml
Takashi Kajinami fbe83c8a7b Support authentication with Redis Sentinel
... so that users can enable authentication in both Redis and Redis
Sentinel.

Change-Id: I3e68e23cf89081cca829d4f78f1d1b35a11d9496
2024-04-19 22:16:58 +00:00

7 lines
230 B
YAML

---
features:
- |
Now Redis driver supports authentication with Redis Sentinel. To use this
feature, add the ``redis_password`` query to the Redis URI.
The ``redis_username`` can be used when ACL feature is enabled.