this repository give an example for cacheing request and query result for boost the performance of your application
clone this repository
npm install
cat .example.env >> .env
set .env
node index.js
please make sure that redis running on your local machine at default config Link medium : https://medium.com/@iqbalsyamilayas/caching-data-dengan-redis-di-nodejs-a729955812ff