Skip to content

Commit

Permalink
link issue to TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed Jan 20, 2025
1 parent ddb73fa commit 9e68b38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions idea/gear/explorer/src/middlewares/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
Expand Down

0 comments on commit 9e68b38

Please sign in to comment.