cache-manager icon indicating copy to clipboard operation
cache-manager copied to clipboard

Outdated Redis Cache examples

Open karlismelderis-mckinsey opened this issue 5 months ago • 3 comments

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

karlismelderis-mckinsey avatar Sep 06 '24 08:09 karlismelderis-mckinsey