sprockets.handlers.redis_stats/sprockets/handlers/redis_stats/__init__.py

9 lines
192 B
Python
Raw Permalink Normal View History

2015-03-26 21:43:30 +00:00
"""
handlers.redis_stats
A Tornado handler dedicated to returning pertinent stats about your Redis database
"""
version_info = (0, 0, 0)
__version__ = '.'.join(str(v) for v in version_info)