redisweb

A flask extension to support user view and manage redis with beautiful interface.


Keywords
flask, extension, development, redis
License
MIT
Install
pip install redisweb==1.0.8

Documentation

redisweb

A flask extension to support user view and manage redis with beautiful interface.

Get Started

Installation is easy:

$ pip install redisweb

Start Server:

# 使用redis默认连接配置 IP:127.0.0.1 PORT:6379
redisweb
# 配置启动的时候redis连接IP 端口和密码
redisweb host port password

Now, you can go to http://127.0.0.1:5000/redisboard

Preview

avatar