mirror of
https://github.com/docmost/docmost.git
synced 2025-11-18 14:41:10 +10:00
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:
committed by
GitHub
parent
7a47da9273
commit
6776e073b6
@ -40,6 +40,7 @@ export class CollaborationGateway {
|
||||
options: {
|
||||
password: this.redisConfig.password,
|
||||
db: this.redisConfig.db,
|
||||
family: this.redisConfig.family,
|
||||
retryStrategy: createRetryStrategy(),
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user