Skip to content

shamoon1997/Caching-in-Nodejs-using-Redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caching-in-Nodejs-using-Redis

Caching in Node js is implemented using Redis. This is the simple project which is using the Phenomena of caching.

To run this project

  • Clone the repo
  • I have committed package-lock.json and package.json so just run the command npm i .It will install all the dependencies
  • Make sure you have redis install locally to install redis
    • sudo add-apt-repository ppa:redislabs/redis
    • sudo apt-get update
    • sudo apt-get install redis
  • Now run redis cli using redis-cli
  • At last run npm run start. Now make the request throught browser on the endpoint

About

Caching in Node js is implemented using Redis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published