gnocchixyz / gnocchi

Timeseries database
Apache License 2.0
299 stars 85 forks source link

redis: Add username (backport #1375) #1402

Closed mergify[bot] closed 3 weeks ago

mergify[bot] commented 3 weeks ago

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] https://github.com/redis/redis-py/commit/8df8cd54d135380ad8b3b8807a67a3e6915b0b49


This is an automatic backport of pull request #1375 done by Mergify.