You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fastify Redis connection plugin, with this you can share the same Redis connection in every part of your server.
8
+
Fastify Redis connection plugin; with this you can share the same Redis connection in every part of your server.
9
9
10
10
Under the hood [ioredis](https://github.com/luin/ioredis) is used as client, the ``options`` that you pass to `register` will be passed to the Redis client.
11
11
@@ -184,13 +184,13 @@ fastify.listen(3000, function (err) {
184
184
}
185
185
})
186
186
```
187
-
*NB: you will find more information about Redis streams and the relevant commands [here](https://redis.io/topics/streams-intro) and [here](https://redis.io/commands#stream).*
187
+
*NB you can find more information about Redis streams and the relevant commands [here](https://redis.io/topics/streams-intro) and [here](https://redis.io/commands#stream).*
0 commit comments