redis-futon
v0.0.5
Published
Redis Web Interface
Downloads
10
Readme
redis-futon
Redis Web Interface
Redis Futon
A Web Interface for Redis - The goal for this app provides a couchdb-futon like web interface.
Prerequisites
Redis Server and commands
brew install redisNodeJS and npm
Dev Tools
- Redis
- AngularJS
- NodeJS
- CoffeeScript
How to start
when redis is running already
./bin/redis-futon 5985or
node index.js 5985with redis-server (when there is no running redis)
foreman start