Douglas Rocha
Results
1
comments of
Douglas Rocha
I found a way to fix this issue although it may not be nice. ``` import { redisStore } from 'cache-manager-redis-store' CacheModule.registerAsync({ isGlobal: true, imports: [ConfigModule], useFactory: async (configService: ConfigService)...