DEV Community

Discussion on: Nest.js Caching With Redis

Collapse
 
philosofonusus profile image
TENTACLE • Edited

If you want to use it in app interceptor and you are getting something like:
"Please make sure that the argument CACHE_MANAGER at index [0] is available in AppModule"
Just add CacheModule in exports of your redisCache module.

Collapse
 
__victorchan profile image
Victor Chan

thanks :)

Collapse
 
ndt36 profile image
Nguyễn Duy Trường

Thanks :))