File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,9 +85,15 @@ If you are currently using this package in your plugin and would like to be feat
8585
8686Supported Strapi Versions:
8787
88- - Strapi v4.0.x
89- - Strapi v4.1.x
90- - Strapi v4.2.x (Tested July 2022)
88+ | Strapi Version | Supported | Tested On |
89+ | ----------------| ------------| ---------------|
90+ | v3 | ❌ | N/A |
91+ | v4.0.x | ✅ | July 2022 |
92+ | v4.1.x | ✅ | July 2022 |
93+ | v4.2.x | ✅ | July 2022 |
94+ | v4.3.x | ✅ | December 2022 |
95+ | v4.4.x | ✅ | December 2022 |
96+ | v4.5.x | ✅ | December 2022 |
9197
9298** This plugin will not work with Strapi v3 projects as it utilizes APIs that don't exist in the v3!**
9399
Original file line number Diff line number Diff line change 11{
22 "name" : " strapi-plugin-redis" ,
3- "version" : " 1.0.0-alpha.2 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Plugin used to centralize management of Redis connections in Strapi" ,
55 "strapi" : {
66 "displayName" : " Redis" ,
1010 "kind" : " plugin"
1111 },
1212 "dependencies" : {
13- "chalk" : " ^ 4.1.2" ,
14- "debug" : " ^ 4.3.3 " ,
15- "ioredis" : " ^4.28.2 "
13+ "chalk" : " 4.1.2" ,
14+ "debug" : " 4.3.4 " ,
15+ "ioredis" : " 5.2.4 "
1616 },
1717 "devDependencies" : {
1818 "@strapi-community/eslint-config" : " 0.1.5" ,
You can’t perform that action at this time.
0 commit comments