Suggestion for the Caching API
Hi, I was playing a bit with the upstash cache and it's very usefull for catalog tables. For example: categories, tags, countries, etc. But when it comes to filtered queries, it would be cool to cache by some column. For example: cache queries by userId in the posts table. And then invalidate by the userId.
May be this is already possible and I didn't see it.
May be this is already possible and I didn't see it.