Zohaib Sibte Hassan
Zohaib Sibte Hassan
Great job! I think you should contribute the changes to main library. I am open to PRs. But let's break it down into: - Typescript conversion - `cache-manager@5` changes -...
I think I am fine with changes you are proposing. Would be better for community that they are getting everything from one package rather than forks.
Its supposed to work on touchpads as well; there should be no difference. You can do console.log to see how much error do you obtain from in callback function.
I think your problem is > const cacheStore = await cacheCollectionStore; You don't that line, and I wonder where did you get that line from?
> ```js > cacheManager.caching > ``` I have not used strapi, so I have two questions: - In `cacheManager.caching` is the `cacheManager` the cache manager coming from `require('cache-manager')`? - If...
> > > ```js > > > cacheManager.caching > > > ``` > > > > > > I have not used strapi, so I have two questions: > >...
I think I figured out the issue. You are using `cache-manager` with v5 or higher. I noticed they have changed everything thing in v5 onwards, which might be causing the...
Sorry for a very long delay. But I've been actively rethinking what a new masterless architecture with multi database support will look like. With AI now I am finally able...