mirror of
https://github.com/sprockets/sprockets.handlers.redis_stats.git
synced 2024-11-14 11:19:25 +00:00
A Tornado handler dedicated to returning pertinent stats about your Redis database
docs | ||
sprockets | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
dev-requirements.txt | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tests.py |
sprockets.handlers.redis_stats ============================== A Tornado handler dedicated to returning pertinent stats about your Redis database |Version| |Downloads| |Status| |Coverage| |License| Installation ------------ ``sprockets.handlers.redis_stats`` is available on the `Python Package Index <https://pypi.python.org/pypi/sprockets.handlers.redis_stats>`_ and can be installed via ``pip`` or ``easy_install``: .. code:: bash pip install sprockets.handlers.redis_stats Documentation ------------- https://sprocketshandlersredis_stats.readthedocs.org Requirements ------------ - `sprockets <https://github.com/sprockets/sprockets>`_ Example ------- This examples demonstrates how to use ``sprockets.handlers.redis_stats`` by ... .. code:: python from sprockets import handlers.redis_stats # Example here Version History --------------- Available at https://sprocketshandlersredis_stats.readthedocs.org/en/latest/history.html .. |Version| image:: https://badge.fury.io/py/sprockets.handlers.redis_stats.svg? :target: http://badge.fury.io/py/sprockets.handlers.redis_stats .. |Status| image:: https://travis-ci.org/sprockets/sprockets.handlers.redis_stats.svg?branch=master :target: https://travis-ci.org/sprockets/sprockets.handlers.redis_stats .. |Coverage| image:: https://img.shields.io/coveralls/sprockets/sprockets.handlers.redis_stats.svg? :target: https://coveralls.io/r/sprockets/sprockets.handlers.redis_stats .. |Downloads| image:: https://pypip.in/d/sprockets.handlers.redis_stats/badge.svg? :target: https://pypi.python.org/pypi/sprockets.handlers.redis_stats .. |License| image:: https://pypip.in/license/sprockets.handlers.redis_stats/badge.svg? :target: https://sprocketshandlersredis_stats.readthedocs.org