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
-**Redis Support:** Implementation of rate limit management directly via Redis to enhance scalability and performance.
13
+
- New properties `strategyCache` and `redis` added to the `ISettings` interface.
14
+
- Refer to the [documentation](https://github.com/JeffersonGibin/express-rate-limiter-core?tab=readme-ov-file#features) for more details on how to use these properties.
15
+
16
+
### Changed
17
+
-**Custom Cache Configuration:** It is now necessary to add `strategyCache: "CUSTOM"` when using a custom cache.
18
+
19
+
### Important Notes
20
+
-**Backward Compatibility:** The changes made may affect users who are using previous versions and rely on the default in-memory cache configuration.
21
+
- Users utilizing in-memory cache will not need to make changes to their existing code.
22
+
- Users who implement custom caches will need to adjust their settings to continue functioning correctly.
0 commit comments