/redmon

A web interface for managing redis: cli, admin, and live monitoring

Primary LanguageJavaScript

Redmon

** Work in progress in the very early stages of dev **

Simple sinatra based dashbord for redis. After seeing the fnordmetric project I was inspired to write this. Some of the ideas there have be carried over here.

Build status - Travis-ci


Watch your redis server live.


Interact with redis using a familiar cli interface.


Dynamically update your server configuration.


Intuitively introspect registered keys. ** Coming Soon **


View your slow log. ** Coming Soon **

Usage

Currently not a registered gem, but soon. For now clone the repo &

$ bundle install
$ ruby sample/app.rb

If you want to simulate a weak load on redis

$ ruby sample/load_sim.rb

Open your browser to 0.0.0.0:4567