diff --git a/apps/server/src/integrations/health/redis.health.ts b/apps/server/src/integrations/health/redis.health.ts index 1b4e1f6..044b007 100644 --- a/apps/server/src/integrations/health/redis.health.ts +++ b/apps/server/src/integrations/health/redis.health.ts @@ -22,6 +22,7 @@ export class RedisHealthIndicator extends HealthIndicator { }); await redis.ping(); + redis.disconnect(); return this.getStatus(key, true); } catch (e) { this.logger.error(e);