Next.js Discord

Discord Forum

Caching doubt

Answered
Dutch Smoushond posted this in #help-forum
Open in Discord
Dutch SmoushondOP
Hey everyone, suppose I have a Next.js server that fetches data from a database and then it is displayed on the frontend. The data in the database changes every hour. Should I use Redis to cache the data on the server and hit the database after every hour, or is there is a solution in Next.js for this?

3 Replies