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
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Off docs should be useful
Safe time for devs, because incorrectly implemented CacheInterface in cache-manager-redis-store package which also chages between versions it's evil and will broke app logic (dev - local cache store, prod - redis cache store === 💥 💔 ).
Environment
For Tooling issues:
Node version: XX
Platform:
Others:
The text was updated successfully, but these errors were encountered:
In Caching section recommended to use
cache-manager-redis-store
but this unofficial store with totally incompatible implementation of CacheInterface dabroek/node-cache-manager-redis-store#53 (comment)I've done research and find correct solution - use official redis/ioredis cache stores.
See: dabroek/node-cache-manager-redis-store#53 (comment)
I'm submitting a...
Current behavior
dabroek/node-cache-manager-redis-store#53 (comment)
Expected behavior
dabroek/node-cache-manager-redis-store#53 (comment)
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
cache-manager-redis-store
package which also chages between versions it's evil and will broke app logic (dev - local cache store, prod - redis cache store === 💥 💔 ).Environment
For Tooling issues:
Others:
The text was updated successfully, but these errors were encountered: