Unable to Set Dynamic TTL for Redis Cache in NestJS
I’m trying to set a TTL (time-to-live) for caching specific data in my NestJS application. I need to apply dynamic TTL values based on each module, rather than using a common generic setting.
I’m trying to set a TTL (time-to-live) for caching specific data in my NestJS application. I need to apply dynamic TTL values based on each module, rather than using a common generic setting.