Metadata-Version: 1.1
Name: redis-monitor
Version: 1.0.0
Summary: 使用Flask开发的一个 web 可视化的 redis 监控程序，可以查看 redis 的服务器信息、实时监控 redis 的消息处理 ops、内存占用、cpu 消耗，以及 redis 联通时间。 A web visualization redis monitoring program. Performance optimized and very easy to install and deploy. the monitor data come from redis.info().
Home-page: https://github.com/hustcc
Author: hustcc
Author-email: vip@hust.edu.cn
License: MIT
Description: 
        redis-monitor is a web app base on
            Python Flask + SQLAchemy + Redis + React.
        
        Aims to deploy a redis monitor platform easily
        
        How to deploy & run ?
        
        > pip install redis-monitor
        
        1. redis-monitor init : will init config into HOME dir,
                                    then you can modify it or not.
        
        2. redis-monitor createdb : will init database. (optional)
        
        3. redis-monitor start : run web server, with default port 9527 (LZSB)
        
        
        > then visit ip:9527
        
Keywords: redis,monitor,redis-monitor,redis client,redis usage
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
