Skip to content

Commit d95c6be

Browse files
authored
chore: update min fastify version (#201)
1 parent 1b5f376 commit d95c6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function close (fastify) {
129129
}
130130

131131
module.exports = fp(fastifyRedis, {
132-
fastify: '4.x',
132+
fastify: '5.x',
133133
name: '@fastify/redis'
134134
})
135135
module.exports.default = fastifyRedis

0 commit comments

Comments
 (0)