0.0.5 • Published 11 years ago

redis-futon v0.0.5

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

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 redis

NodeJS and npm

Dev Tools

  • Redis
  • AngularJS
  • NodeJS
  • CoffeeScript

How to start

when redis is running already

./bin/redis-futon 5985

or

node index.js 5985

with redis-server (when there is no running redis)

foreman start