/cache-nodejs

Simple example of Redis and node-cache with nodeJs

Primary LanguageJavaScript

cache-nodejs

Simple example of Redis and node-cache with nodeJs

To Run Redis cache

cd redis
npm install
node index

Get and Set methods are Deprecated

To Run node-cache

cd node-cache
npm install
node index