Skip to content

Commit

Permalink
fix: updated import as per redis-connect docs (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxt41 authored Nov 19, 2023
1 parent 1fb32fd commit a36a4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/redis.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Fastify = require('fastify')
const fastifySession = require('..')
const fastifyCookie = require('@fastify/cookie')
const Redis = require('ioredis')
const RedisStore = require('connect-redis')
const RedisStore = require('connect-redis').default

const fastify = Fastify()

Expand Down

0 comments on commit a36a4e2

Please sign in to comment.