Redis Web Interface
A Web Interface for Redis - The goal for this app provides a couchdb-futon like web interface. Currenty, this is pretty much an alpha version, but it could become useable over time. :-)
brew install redis
// install
$ npm install redis-futon -g
// upgrade
$ npm update redis-futon -g
// uninstall
$ npm uninstall redis-futon -g
$ redis-futon [5985]
$ open http://localhost:5985
- Redis
- AngularJS
- NodeJS
- CoffeeScript
./bin/redis-futon 5985
or
node index.js 5985
foreman start