Thanks to visit codestin.com
Credit goes to github.com

Skip to content

harishkurup/nredis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

nredis (Node Redis)

fetch query data from Wikipedia API and store it in redis(if key not present). Check the response time, Open Chrome Developer Tools > Network > /api/search?query=node and check the response time in "X-Response-Time" (in milliseconds)

Packages :

  • Express - Fast, unopinionated, minimalist web framework for node.
  • Axios - Promise based HTTP client for the browser and node.js
  • Redis - This is a complete and feature rich Redis client for node.js. It supports all Redis commands and focuses on high performance.
  • Response-time - record response time in the response header.

Setup :

  1. git clone
  2. npm install

How it works :

Once server is running(on desired PORT),
query with the URL http://127.0.0.1:3000/api/search?query=php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published