Skip to content

Commit

Permalink
added family 6 to redis initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-santos committed Oct 26, 2023
1 parent 98ddf7e commit 4c72c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/setup-e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const env = envSchema.parse(process.env);

const prisma = new PrismaClient();
const redis = new Redis({
family: 6,
host: env.REDIS_HOST,
port: env.REDIS_PORT,
db: env.REDIS_DB
Expand Down

0 comments on commit 4c72c4e

Please sign in to comment.