Skip to content

Commit

Permalink
opened redis connection
Browse files Browse the repository at this point in the history
  • Loading branch information
myspace20 committed Mar 31, 2024
1 parent daad662 commit eeae860
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const redisOptions = {
},
};

client.connect();

client.on('error', (error) => {
logger.error(`Redis client error:`, error);
});
Expand Down

0 comments on commit eeae860

Please sign in to comment.