Make redis readiness check recoverable

This commit is contained in:
Ajay
2024-04-19 21:20:40 -04:00
parent cfd7c3d8c4
commit 0f97ce4a49
2 changed files with 8 additions and 9 deletions

View File

@@ -429,8 +429,4 @@ async function setupCacheClientTracking(client: RedisClientType,
await client.sendCommand(["CLIENT", "TRACKING", "ON", "REDIRECT", cacheConnectionClientId, "BCAST"]);
}
export function getRedisActiveRequests() {
return activeRequests;
}
export default exportClient;