Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 412 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 412 Bytes

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.