how to install for multiple instances on a single server. #224
Unanswered
meotimdihia
asked this question in
Q&A
Replies: 1 comment
-
Hey, @meotimdihia! I apologize for the delay. By design, the Sharing the memory is a different task. You can try using I tried to be as simple and concise as possible. If you have any additional questions, feel free to continue this discussion. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have multiple Next instances on a single server.
I feel it is overkill to use Redis. I wonder if we install
@neshca/cache-handler
to solve this problem.While reading the documentation, I didn't get how multiple instances can share the same caching memory/or filesystem storage without Redis.
And can I continue to revalidate caching by this API
res.revalidate()
?https://nextjs.org/docs/pages/building-your-application/data-fetching/incremental-static-regeneration#on-demand-revalidation
Beta Was this translation helpful? Give feedback.
All reactions