Sha256: c57787e0aa8505eca446fff7f62fc23a9e5d84a89cbd0d9894606b06975cce0e

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

# RedisMonitor
[![Build Status](https://travis-ci.org/javiyu/redis_monitor.png?branch=master)](https://travis-ci.org/javiyu/redis_monitor)

## 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
redis_monitor-0.2.1 README.md
redis_monitor-0.2 README.md