fix: use ACL username and decode credentials in Redis URL parsing (#2434)

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

* fix: pass family and TLS options to the collab app module
This commit is contained in:
Philip Okugbe
2026-08-26 14:16:18 +01:00
committed by GitHub
parent c3d9a19545
commit 579e22a45e
6 changed files with 36 additions and 4 deletions
@@ -15,6 +15,7 @@ import { GeneralQueueProcessor } from './processors/general-queue.processor';
connection: {
host: redisConfig.host,
port: redisConfig.port,
username: redisConfig.username,
password: redisConfig.password,
db: redisConfig.db,
family: redisConfig.family,