Replies: 1 comment 1 reply
-
|
You could implement a caching layer in your application. I would recommend https://www.upstash.com/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Oak server with Deno Deploy to fetch a data from a database, it's easy, intuitive to use Oak. But when I am trying to cache the fetched data from a database, I can't get it working well because I am making a post request to extract only needed data. Also I can't get any caching library in deno.land website or built-in caching in Oak. I am using cache-control but it's not working well. What do you recommend me to do?
Beta Was this translation helpful? Give feedback.
All reactions