cache-manager
cache-manager copied to clipboard
Cache manager module for Nest framework (node.js) 🗃
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior The issue can actually be observed in #407, which tries to...
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...
### 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...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cache-manager](https://redirect.github.com/jaredwray/cacheable) | [` ` `6.1.0`](https://renovatebot.com/diffs/npm/cache-manager/5.7.6/6.1.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | cimg/node | docker | minor | `22.14.0` -> `22.15.1` | --- ### Configuration...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behavior Using swc as the compiler causes @nestjs/cache-manager's cache.provider.js' cachingFactory to always...
Added factory to 'CacheKey' decorator and use it in interceptor ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines:...