We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77acb3 commit 7572fd7Copy full SHA for 7572fd7
README.md
@@ -20,6 +20,10 @@
20
21
Valkey / Redis client (support [redis protocol](https://redis.io/docs/latest/develop/reference/protocol-spec/)) based on iovalkey for egg framework
22
23
+## Version Notes
24
+
25
+`@eggjs/redis` only supports `egg@4` now, if you are using `egg@3` or `egg@2`, you should use [`egg-redis`](https://github.com/eggjs/redis/tree/2.x).
26
27
## Install
28
29
```bash
0 commit comments