Replies: 1 comment
-
I was also wondering the same thing. I am currently using NextJS and can't seem to get a
To accomplish this do we need to use an external library or is there something built into |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have Octokit setup for my Node.js server and I am calling graphQL queries us. The query response doesn't change mostly, but they are called every few seconds. So I was looking for a way to cache the response. I was thinking of throwing
node-cache
there for in-memory caching, instead of using something sophisticated like Redis, but before doing anything, I was thinking whether there's an inbuilt way to cache the response, especially for the servers.Any idea if we have something inbuilt or if someone has done it before, would you be willing to share your implementation?
Beta Was this translation helpful? Give feedback.
All reactions