Simple Node.js application with Redis and REST API.
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
node_redis Node.js Redis client
Express Node.js web framework