SKsorry for the delayed response, were you able to solve it? if not could you share a code snippet, I will be happy to help.Reply·Article·Aug 18, 2024·Setup Redis with TLS using Docker
SKIf you want the cache interceptor to work on the global level then add below in the app.module.ts providers: [ { provide: APP_INTERCEPTOR, useClass: MyCacheInterceptor, }, ]Reply·Article·Oct 7, 2022·How to exclude a route from caching in nest.js