cache-manager
cache-manager copied to clipboard
Outdated Redis Cache examples
Is there an existing issue for this?
- [X] I have searched the existing issues
Current behavior
Please replace cache-manager-redis-store
with cache-manager-redis-yet
https://docs.nestjs.com/techniques/caching#different-stores https://github.com/nestjs/cache-manager/blob/master/package.json#L34C6-L34C31
cache-manager-redis-store
is old, doesn't feel to be maintained and has a bug that probably won't get fixed:
https://github.com/nestjs/cache-manager/issues/74
it's better to use cache-manager official Redis store in your examples and dependencies
Minimum reproduction code
N/A
Steps to reproduce
No response
Expected behavior
Docs and cache library dependencies updated
Package version
2.2.2
NestJS version
9.x
Node.js version
No response
In which operating systems have you tested?
- [X] macOS
- [ ] Windows
- [ ] Linux
Other
No response