mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +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.redisForPubsub,
 | 
				
			||||||
	config.redisForJobQueue,
 | 
						config.redisForJobQueue,
 | 
				
			||||||
	config.redisForTimelines,
 | 
						config.redisForTimelines,
 | 
				
			||||||
 | 
						config.redisForReactions,
 | 
				
			||||||
])).forEach(connectToRedis);
 | 
					])).forEach(connectToRedis);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue