feat: adding family 6 in uri to configure for both 4 and 6 (#807)

* feat: adding family 6 in uri to configure for both 4 and 6
* feat: adding redis family in websocket config
This commit is contained in:
Iago Angelim Costa Cavalcante
2025-03-07 09:12:19 -03:00
committed by GitHub
parent 7a47da9273
commit 6776e073b6
4 changed files with 25 additions and 6 deletions

View File

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