A flask extension to support user view and manage redis with beautiful interface.
Project description
flask-redisboard
A flask extension to support user view and manage redis with beautiful interface.
Get Started
Installation is easy:
$ pip install flask-redisboard
Initialize the extension:
from flask_redisboard import RedisBoardExtension
...
board = RedisBoardExtension(app)
Also support for factory pattern:
from flask_redisboard import RedisBoardExtension
board = RedisBoardExtension()
def create_app():
app = Flask(__name__)
...
board.init_app(app)
Now, you can go to 127.0.0.1:5000/redisboard
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Flask-Redisboard-0.1.6.tar.gz
(3.4 MB
view hashes)
Built Distribution
Close
Hashes for Flask_Redisboard-0.1.6-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83366a382fbab06e382d8d70e1fa5501fe7ee6897694fd11eb220130d2381cf7 |
|
MD5 | 532daac5bc60486eb71ae873a14eb4ac |
|
BLAKE2b-256 | 986fbffeda9ed72ca87bf27b0f47a7dbf08ca304726cdceac17cedcde2cf0ec8 |