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 12, 2024
1 parent 71f0026 commit 086dc32
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions server/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ const getRedisStore = () => {

const redisClient = redis.createClient({
url: Config.redis.uri,
options: {
username: Config.redis.username,
password: Config.redis.password,
db: Config.redis.database,
},
username: Config.redis.username,

Check failure on line 17 in server/session.ts

View workflow job for this annotation

GitHub Actions / build-and-deploy / Bygg, test og publiser docker image

No overload matches this call.
password: Config.redis.password,
db: Config.redis.database,
});
redisClient.unref();

Expand Down

0 comments on commit 086dc32

Please sign in to comment.