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 056df79 commit db9cf9bCopy full SHA for db9cf9b
README.md
@@ -12,6 +12,20 @@ Fastify Redis connection plugin; with this you can share the same Redis connecti
12
npm i @fastify/redis
13
```
14
15
+### Compatibility
16
+| Plugin version | Fastify version |
17
+| ---------------|-----------------|
18
+| `^7.x` | `^5.x` |
19
+| `^6.x` | `^4.x` |
20
+| `^4.x` | `^3.x` |
21
+| `^3.x` | `^2.x` |
22
+| `^1.x` | `^1.x` |
23
+
24
25
+Please note that if a Fastify version is out of support, then so are the corresponding versions of this plugin
26
+in the table above.
27
+See [Fastify's LTS policy](https://github.com/fastify/fastify/blob/main/docs/Reference/LTS.md) for more details.
28
29
## Usage
30
31
Add it to your project with `register` and you are done!
0 commit comments