We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1726f commit 837d0fcCopy full SHA for 837d0fc
README.md
@@ -55,7 +55,7 @@ closed.
55
const fastify = require('fastify')()
56
const redis = require('redis').createClient({ host: 'localhost', port: 6379 })
57
58
-fastify.register(fastifyRedis, { client: redis })
+fastify.register(require('fastify-redis'), { client: redis })
59
60
// ...
61
0 commit comments