Built for the developer who needs to look into a Redis store. Allows for inspection and deletion of keys. Also displays some runtime and configuration information.
- Web based
- Runs in Python 2.7
- Lightweight requirements
- Search for keys using patterns
- Delete single keys
- Show server statistics
Execute this:
git clone https://github.com/marians/rebrow.git
cd rebrow
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python runserver.py
Then open 127.0.0.1:5001.
MIT licensed. See file LICENSE for details.