mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 10:15:10 +00:00
check redisForReactions at startup
This commit is contained in:
parent
11e3c95026
commit
afbed7f605
1 changed files with 1 additions and 0 deletions
|
@ -34,4 +34,5 @@ function connectToRedis(redisOptions) {
|
|||
config.redisForPubsub,
|
||||
config.redisForJobQueue,
|
||||
config.redisForTimelines,
|
||||
config.redisForReactions,
|
||||
])).forEach(connectToRedis);
|
||||
|
|
Loading…
Reference in a new issue