Skip to main content

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.

Preview

demo

demo

demo

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

Todo

  • Command mode
  • Dashboard
  • Config edit and view
  • Slowlog
  • Add a key
  • Zset CRUD
  • Validate empty input in frontend
  • some submit need success msg
  • scroll to next page, not click a button
  • better keyspace and cmdstats view for server info
  • can add multi values for hash/zset/list etc.
  • unittest
  • documents
  • package and upload
  • merge js and css

Project details


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.3.tar.gz (2.7 MB view hashes)

Uploaded Source

Built Distribution

Flask_Redisboard-0.1.3-py2.py3-none-any.whl (2.7 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page