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
@@ -63,6 +63,7 @@ export class CollaborationGateway {
redis: new RedisClient({
host: this.redisConfig.host,
port: this.redisConfig.port,
username: this.redisConfig.username,
password: this.redisConfig.password,
db: this.redisConfig.db,
family: this.redisConfig.family,