Skip to content

nickholub/node-redis-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

node-redis-rest

Simple Node.js application with Redis and REST API.

Usage

Clone the repo and install dependencies:

$ git clone https://github.com/nickholub/node-redis-rest
$ cd node-redis-rest
$ npm install

Run Redis server:

$ <redis>/src/redis-server

Start Node.js server:

$ node app

Test REST API, e.g.

http://localhost:3000/keys/*
http://localhost:3000/key/foo

Dependencies

node_redis Node.js Redis client

Express Node.js web framework

About

Node.js + Redis + REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published