fix: use ACL username and decode credentials in Redis URL parsing

This commit is contained in:
Philipinho
2026-08-26 14:09:19 +01:00
parent 214a73b6a0
commit 4405cd4b76
5 changed files with 23 additions and 2 deletions
@@ -33,6 +33,7 @@ import Redis from 'ioredis';
new Redis({
host: redisConfig.host,
port: redisConfig.port,
username: redisConfig.username,
password: redisConfig.password,
db: redisConfig.db,
family: redisConfig.family,