Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennethlove/redbeard
https://github.com/kennethlove/redbeard
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kennethlove/redbeard
- Owner: kennethlove
- License: mit
- Created: 2012-06-29T17:00:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-01T02:42:59.000Z (over 12 years ago)
- Last Synced: 2024-04-14T20:06:21.719Z (7 months ago)
- Language: Python
- Size: 284 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
========
REDBEARD
========Current version 0.8
12/12/2010Created by Brack3t
Authors: Kenneth Love ([email protected]) and Chris Jones ([email protected]).INSTALLATION
============
Clone the repository. Create a virtual environment and do:
`pip install -r requirements.txt`.Then launch Redbeard with:
`python redbeard.py`
and load "http://127.0.0.1:5000" in your browser of choice.USAGE
=====
Redbeard allows you to view and edit (some) redis keys. Select the database
from the dropdown, click on the key in the list on the left side and edit the
values on the right. Currently only *hashes* and *strings* can be edited but
the other datatypes will follow soon. Click the save icon to save the key or
the refresh button to load the new value if it may have changed elsewhere.