redis-browser icon indicating copy to clipboard operation
redis-browser copied to clipboard

Simple Redis DB browser

redis-browser

Primitive browser for Redis DB.

So far supports only default connection and only displays full data for each key (e.g. range 0 -1).

Installation

$ pip install git+git://github.com/dmishe/redis-browser.git

Usage

$ redis-browser.py 
 * Running on http://127.0.0.1:5000/

Built with Flask and Bootstrap.