Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ npm i @fastify/redis
### Compatibility
| Plugin version | Fastify version |
| ---------------|-----------------|
| `^7.x` | `^5.x` |
| `>=7.x` | `^5.x` |
| `^6.x` | `^4.x` |
| `^4.x` | `^3.x` |
| `>=4.x <6.x` | `^3.x` |
| `^3.x` | `^2.x` |
| `^1.x` | `^1.x` |
| `>=1.x <3.x` | `^1.x` |


Please note that if a Fastify version is out of support, then so are the corresponding versions of this plugin
Expand Down