jeong jaehyeok
Results
2
comments of
jeong jaehyeok
@scoobaSteve007 ``` @Module({ imports: [ CacheModule.registerAsync({ useFactory: async () => { return { stores: [ new Keyv({ store: new CacheableMemory({ ttl: 60000, lruSize: 5000 }), }), createKeyv('redis://localhost:6379'), ], }; },...
I think it would also be good to decide whether or not to generate a blueprint code when creating a model. Personally, I think it would be too much if...