mirror of
https://github.com/sprockets/sprockets.handlers.redis_stats.git
synced 2024-11-14 19:29:26 +00:00
66 lines
2.2 KiB
ReStructuredText
66 lines
2.2 KiB
ReStructuredText
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
|
|
|
|
Requirements
|
|
------------
|
|
@TODO: Put full requirements list here, should match requirements.txt
|
|
- `sprockets <https://github.com/sprockets/sprockets>`_
|
|
|
|
API Documentation
|
|
-----------------
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
api
|
|
examples
|
|
|
|
Version History
|
|
---------------
|
|
See :doc:`history`
|
|
|
|
Issues
|
|
------
|
|
Please report any issues to the Github project at `https://github.com/sprockets/sprockets.handlers.redis_stats/issues <https://github.com/sprockets/sprockets.handlers.redis_stats/issues>`_
|
|
|
|
Source
|
|
------
|
|
``sprockets.handlers.redis_stats`` source is available on Github at `https://github.com/sprockets/sprockets.handlers.redis_stats <https://github.com/sprockets/sprockets.handlers.redis_stats>`_
|
|
|
|
License
|
|
-------
|
|
``sprockets.handlers.redis_stats`` is released under the `3-Clause BSD license <https://github.com/sprockets/sprockets.handlers.redis_stats/blob/master/LICENSE>`_.
|
|
|
|
Indices and tables
|
|
------------------
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
.. |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
|