Playing around with nodejs and redis - a REST front end for Redis with support for loading test data from file (just uses GET requests for the time being)
-
A redis server - defined in config.js
-
nodejs
-
npm
- Start redis server
./redis-server
- Get dependencies
npm install
- Start the app
npm start