RedisMonitor

Build Status

Installation

Add this line to your application's Gemfile:

gem 'redis_monitor'

And then execute:

$ bundle

Or install it yourself as:

$ gem install redis_monitor

Usage

$ redis_monitor --http-port http_port --host redis-host --port redis-port

Then browse http://localhost:http_port

--editable or --not-editable can be use to indicate if the user should be able to edit the database content. --credentials user:password if only users with credentials can access the application.

For more information about the parameters:

$ redis_monitor --help

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Please write meaningful test, if you need to execute them:

$ rake spec