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.

Get Started

Installation is easy:

$ pip install flask-redisboard

Try to run

Just type command:

$ redisboard

Run in flask

Initialize the extension:

from flask_redisboard import RedisBoardExtension
...
board = RedisBoardExtension(app)

Also support for factory pattern:

from flask_redisboard import RedisBoardExtension
from flask import Flask

board = RedisBoardExtension()


def create_app():
    app = Flask(__name__)
    app.config['SECRET_KEY'] = '123456'
    board.init_app(app)
    app.run()


if __name__ == '__main__':
    create_app()

Now, you can go to 127.0.0.1:5000/redisboard

Preview

Screenshot Dashboard Screenshot Database
Screenshot Command Screenshot ServerInfo

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.2.0.tar.gz (3.5 MB view details)

Uploaded Source

File details

Details for the file Flask-Redisboard-0.2.0.tar.gz.

File metadata

  • Download URL: Flask-Redisboard-0.2.0.tar.gz
  • Upload date:
  • Size: 3.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.8

File hashes

Hashes for Flask-Redisboard-0.2.0.tar.gz
Algorithm Hash digest
SHA256 101f502d4b4122eb883d0bd3a987884aa1ae15044c42f2cadb3ac081e28eae8c
MD5 9467fbc841bed1b2916797d632f350cf
BLAKE2b-256 6d95db8d89563fd599f7b48b242ca5ebf5bbf0fcea1447fd684ca7a91ebd26cb

See more details on using hashes here.

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