Need of caching #23
Answered
by
rohitbytecode
KlavoOfficial
asked this question in
Q&A
-
|
How can we perform caching in node js project to enhance optimizations? |
Beta Was this translation helpful? Give feedback.
Answered by
rohitbytecode
Mar 17, 2026
Replies: 1 comment
-
|
Simple. use Redis |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KlavoOfficial
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simple. use Redis
If stored in cache then fetch from that else hit database.
It'll enhance your performance of application and reduce load from database.