Carson Roscoe
Carson Roscoe
Can't take credit, but chiming in, this solution worked for me in app.module. ```ts import { redisStore } from 'cache-manager-redis-store'; ... CacheModule.registerAsync < any > ({ isGlobal: true, imports: [ConfigModule],...
Hey just bumping to see if any progress has been made in this feature :)
Hey @winor30, I think this is a great idea. In fact, I think the idea of registering hooks/handlers in general is lacking from our SDK's beyond this single use case....