taskflow/releasenotes/notes/sentinel-use-redis-creds-63f58b12ad46a2b5.yaml
Takashi Kajinami 3fbd05078f Use consistent credential for Redis and Redis Sentinel
We generally expects that users enabled authentication both in Redis
and Redis Sentinel at the same time, and it'd be more reasonable to
use the same credential by default. This behavior is more consistent
with the other libraries used in tooz or dogpile.cache, which are used
in multiple OpenStack services.

Change-Id: Ie8c96415f72bbd5f11f908bb9f96242d57b2bd4e
2024-02-05 00:26:18 +09:00

12 lines
309 B
YAML

---
features:
- |
Now the redis driver uses the credential for redis servers in connections
to Redis Sentinel servers.
upgrade:
- |
Now the redis driver uses the same credentials as redis by default. If
a different credentials need to be used, override these via
``sentinel_kwargs``.