Metadata-Version: 1.0
Name: django-redis-status
Version: 1.0.0
Summary: A django application that displays some statistics about your redis instance in the admin.
Home-page: https://github.com/nicholasserra/django-redis-status
Author: Nicholas Serra
Author-email: nick@528hazelwood.com
License: UNKNOWN
Description: #Overview
        This app is a clone of [django-memcache-status](https://github.com/bartTC/django-memcache-status) modified to work with Redis. This app displays some statistics for your redis instance in the index view of your Django admin section.
        
        
        #Notes
        This app requires a redis cache backend. I recommend [django-redis-cache](https://github.com/sebleier/django-redis-cache).
        
        #Usage
        Add redis_status to your installed apps.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
