A Tornado handler dedicated to returning pertinent stats about your Redis database
Go to file
Dan Tracy ed4fbdf1e4 Initial commit 2015-03-26 17:43:30 -04:00
docs Initial commit 2015-03-26 17:43:30 -04:00
sprockets Initial commit 2015-03-26 17:43:30 -04:00
.editorconfig Initial commit 2015-03-26 17:43:30 -04:00
.gitignore Initial commit 2015-03-26 17:43:30 -04:00
.travis.yml Initial commit 2015-03-26 17:43:30 -04:00
LICENSE Initial commit 2015-03-26 17:43:30 -04:00
MANIFEST.in Initial commit 2015-03-26 17:43:30 -04:00
README.rst Initial commit 2015-03-26 17:43:30 -04:00
dev-requirements.txt Initial commit 2015-03-26 17:43:30 -04:00
requirements.txt Initial commit 2015-03-26 17:43:30 -04:00
setup.cfg Initial commit 2015-03-26 17:43:30 -04:00
setup.py Initial commit 2015-03-26 17:43:30 -04:00
test-requirements.txt Initial commit 2015-03-26 17:43:30 -04:00
tests.py Initial commit 2015-03-26 17:43:30 -04:00

README.rst

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