-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of [email protected]
?
#516
Comments
PR on this: #508 |
yes, same issue |
+1 |
same here was using cache-manager-ioredis-yet |
Adding this here as there is working being done to move to |
Let's track this here #508 We're going to support v6 in the next major release |
Pls, add a remark to docs, that NestJS doesn't currently support cache-manager@6. |
Just to support this, you get this error message when using cache-manager@6 |
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
cache-manager
6 has been released (6.1.0 as of today).But the installation of it with
@nestjs/[email protected]
gives warning on potential compatibility issues:Indeed,
cache-manager
6 switched fromcache-manager-ioredis-yet
tokeyv
(because of being "more actively maintained and have a larger community" as the npm cache manager page says.). This may require some code update (it did inside my code), or at least on the examples.Describe the solution you'd like
A new release of
@nestjs/cache-manager
which supports thecache-manager
6 package.If that could help, here is the cache interface I needed to create to make it work on v6:
Maybe something you like to add in
@nestjs/cache-manager
?Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
No behavior changes
The text was updated successfully, but these errors were encountered: