Skip to content

Commit

Permalink
IS-2765: Bruke felles Aiven-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe committed Nov 13, 2024
1 parent 2bd790a commit fc8396d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const getRedisClient = async () => {
password: Config.redis.password,
database: 2,
});
redisClient.on("error", (err) => console.log("Redis Client Error", err));
await redisClient.connect();
return redisClient;
};
Expand Down

0 comments on commit fc8396d

Please sign in to comment.