Sha256: fb95acace94cb63dd7953b1ad786f176911e702185a8ae13cddc8490ed2c7f00
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: $ rspec spec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redis_monitor-0.1 | README.md |
redis_monitor-0.0.6 | README.md |