backend: remove health check method from RedisService

This commit is contained in:
Carlos Santos 2025-07-15 16:31:41 +02:00
parent 385dab5710
commit 28adbd2a38

View File

@ -261,9 +261,6 @@ export class RedisService extends EventEmitter {
this.logger.verbose('Redis connections cleaned up');
}
async checkHealth() {
return (await this.redisPublisher.ping()) === 'PONG';
}
private loadRedisConfig(): RedisOptions {
// Check if openviduCall module is enabled. If not, exit the process