diff --git a/idea/gear/explorer/src/middlewares/redis.ts b/idea/gear/explorer/src/middlewares/redis.ts index 53e6463da..ffd58581d 100644 --- a/idea/gear/explorer/src/middlewares/redis.ts +++ b/idea/gear/explorer/src/middlewares/redis.ts @@ -9,8 +9,7 @@ let isLoggedRedisError = false; export let client: RedisClientType; -// TODO: reconnect - +// TODO(#1718): implement redis reconnection in case of disconnect export async function redisConnect() { client = createClient({ url: `redis://${config.redis.user}:${config.redis.password}@${config.redis.host}:${config.redis.port}`,