taskflow/releasenotes/notes/redis-username-df0eb33869db09a2.yaml
Takashi Kajinami 78f3ef26a1 redis: Add username
Redis introduced ACL feature in 4.0.0, and this feature is supported by
redis-py since 3.4.0[1]. When ACL is enabled, authentication requires
username in addition to password.

[1] 8df8cd54d1

Closes-Bug: #2052371
Change-Id: Ie2de917603e752e45377edd81496cc46f5675c2c
2024-02-04 19:52:00 +09:00

6 lines
159 B
YAML

---
features:
- |
The redis jobboard driver now supports the username option, which is
required in authentication request to Redis with ACL enabled.