This commit is contained in:
parent
86be889ede
commit
a9fea3a418
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ async function checkRedisHealth(): Promise<string> {
|
||||||
try {
|
try {
|
||||||
await redis.exists("__health_check__");
|
await redis.exists("__health_check__");
|
||||||
return "healthy";
|
return "healthy";
|
||||||
} catch (error) {
|
} catch {
|
||||||
return "unhealthy";
|
return "unhealthy";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue