Grupo Diário da Região

Results 1 comments of Grupo Diário da Região

this correct solution: ``` CacheModule.registerAsync({ isGlobal: true, imports: [ConfigModule], useFactory: async () => { const store = await redisStore({ url: 'redis://redis_listings_service:6379', ttl: 0, }); return { store: () => store,...