mirror of
https://github.com/sprockets/sprockets.handlers.redis_stats.git
synced 2024-11-25 03:00:22 +00:00
9 lines
192 B
Python
9 lines
192 B
Python
|
"""
|
||
|
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)
|