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 713d501 commit 3e52ad4Copy full SHA for 3e52ad4
README.md
@@ -15,11 +15,11 @@ npm i @fastify/redis
15
### Compatibility
16
| Plugin version | Fastify version |
17
| ---------------|-----------------|
18
-| `^7.x` | `^5.x` |
+| `>=7.x` | `^5.x` |
19
| `^6.x` | `^4.x` |
20
-| `^4.x` | `^3.x` |
+| `>=4.x <6.x` | `^3.x` |
21
| `^3.x` | `^2.x` |
22
-| `^1.x` | `^1.x` |
+| `>=1.x <3.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
0 commit comments