rasheed27 / node-with-redis

Node with Redis Basic Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

npm i 

Running

Usage

node server.js

All set now , go to localhost:3000/photos via Postman and you should see json result.

First Request : Take a screenshot

Second Request : Take a screenshot

Take note of the time in the images above . The first request took 3325 milliseconds while the second one only took 1048 milliseconds.

About

Node with Redis Basic Example


Languages

Language:JavaScript 100.0%