root: support redis username (#8935)

This commit is contained in:
Jens L
2024-03-18 12:44:38 +01:00
committed by GitHub
parent 82ac7d195d
commit 104e70c383
3 changed files with 7 additions and 4 deletions

View File

@ -116,6 +116,7 @@ class Migration(BaseMigration):
host=CONFIG.get("redis.host"),
port=6379,
db=db,
username=CONFIG.get("redis.username"),
password=CONFIG.get("redis.password"),
)
redis.flushall()