mirror of
https://github.com/docmost/docmost.git
synced 2025-11-14 22:11:11 +10:00
fix: properly support redis db (#517)
This commit is contained in:
@ -15,6 +15,7 @@ import { QueueName } from './constants';
|
||||
host: redisConfig.host,
|
||||
port: redisConfig.port,
|
||||
password: redisConfig.password,
|
||||
db: redisConfig.db,
|
||||
retryStrategy: createRetryStrategy(),
|
||||
},
|
||||
defaultJobOptions: {
|
||||
|
||||
Reference in New Issue
Block a user