fix: properly support redis db (#517)

This commit is contained in:
Philip Okugbe
2024-11-28 18:54:28 +00:00
committed by GitHub
parent ca186f3c0e
commit f178e6654f
3 changed files with 14 additions and 2 deletions

View File

@ -36,6 +36,7 @@ export class CollaborationGateway {
port: this.redisConfig.port,
options: {
password: this.redisConfig.password,
db: this.redisConfig.db,
retryStrategy: createRetryStrategy(),
},
}),