You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-19Lines changed: 32 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ For more information on contributing please see [the contrib message below](#con
46
46
47
47
## 🛑 Foreword
48
48
49
-
This package's lead maintainer is an employee of Strapi however this package is not officially maintained by Strapi Solutions SAS nor Strapi, Inc. and is currently maintained in the free time of the lead maintainer.
49
+
This package's lead maintainer is an employee of Strapi however this package is not officially maintained by Strapi Solutions SAS nor Strapi, Inc. and is currently maintained in the free time of the lead maintainer.
50
50
51
51
**Absolutely no part of this code should be considered covered under any agreement you have with Strapi proper** including but not limited to any Enterprise Agreement you have with Strapi.
52
52
@@ -86,15 +86,28 @@ If you are currently using this package in your plugin and would like to be feat
86
86
87
87
Supported Strapi Versions:
88
88
89
-
| Strapi Version | Supported | Tested On |
90
-
|----------------|------------|---------------|
91
-
| v3 | ❌ | N/A |
92
-
| v4.0.x | ✅ | July 2022 |
93
-
| v4.1.x | ✅ | July 2022 |
94
-
| v4.2.x | ✅ | July 2022 |
95
-
| v4.3.x | ✅ | December 2022 |
96
-
| v4.4.x | ✅ | December 2022 |
97
-
| v4.5.x | ✅ | December 2022 |
89
+
| Strapi Version | Supported | Tested On |
90
+
| -------------- | --------- | ------------- |
91
+
| v3 | ❌ | N/A |
92
+
| v4.0.x | ✅ | July 2022 |
93
+
| v4.1.x | ✅ | July 2022 |
94
+
| v4.2.x | ✅ | July 2022 |
95
+
| v4.3.x | ✅ | December 2022 |
96
+
| v4.4.x | ✅ | December 2022 |
97
+
| v4.5.x | ✅ | December 2022 |
98
+
| v4.6.x | ✅ | January 2024 |
99
+
| v4.7.x | ✅ | January 2024 |
100
+
| v4.8.x | ✅ | January 2024 |
101
+
| v4.9.x | ✅ | January 2024 |
102
+
| v4.10.x | ✅ | January 2024 |
103
+
| v4.11.x | ✅ | January 2024 |
104
+
| v4.12.x | ✅ | January 2024 |
105
+
| v4.13.x | ✅ | January 2024 |
106
+
| v4.14.x | ✅ | January 2024 |
107
+
| v4.15.x | ✅ | January 2024 |
108
+
| v4.16.x | ✅ | January 2024 |
109
+
| v4.17.x | ✅ | January 2024 |
110
+
| v4.19.x | ✅ | January 2024 |
98
111
99
112
**This plugin will not work with Strapi v3 projects as it utilizes APIs that don't exist in the v3!**
*Note you can swap the default key with any other named database you have configured*
236
+
_Note you can swap the default key with any other named database you have configured_
224
237
225
238
From here you have full access to the [ioredis API](https://github.com/luin/ioredis/blob/master/API.md).
226
239
@@ -230,7 +243,7 @@ I/We are actively looking for contributors, maintainers, and others to help shap
230
243
231
244
Instead of reinventing the wheel every time you need to connect to Redis, the hope is to centralize the connections in a single plugin that all plugins can piggy back on.
232
245
233
-
If interested please feel free to email the lead maintainer Derrick at: derrickmehaffy@gmail.com or ping `DMehaffy#1337` on Discord.
246
+
If interested please feel free to email the lead maintainer Derrick at: derrickmehaffy@gmail.com or ping `DMehaffy` on Discord.
234
247
235
248
**Please Note**: This package is maintained collectively by the [strapi community organization](https://github.com/strapi-community). While there may be a lead maintainer, they are not the sole maintainer of this code and this code does not belong to the lead maintainer.
0 commit comments