78f3ef26a1
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
6 lines
159 B
YAML
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.
|