Kostiantyn Ivanov
Results
2
comments of
Kostiantyn Ivanov
Hi all, I had the same problem and it turned out I was missing one thing, so this is an example of a service I had before adding `typeorm-transactional-cls-hooked`: ```...
this is how I do this with `cache-manager-redis-store` of version 2: ``` // `redis-cache.module.ts` file import { CacheModule, CACHE_MANAGER, Inject, Logger, Module, OnModuleDestroy, } from '@nestjs/common'; import { ConfigModule }...