Metadata-Version: 1.1
Name: django-redis-status-fork
Version: 1.0.6.1
Summary: A django application that displays the load and some other statistics about your redis cache instances in the admin.
Home-page: http://github.com/erussell/django-redis-status
Author: Eric Russell
Author-email: erussell@ngs.org
License: UNKNOWN
Description: This app displays the current load and some statistics for your redis-cache instances in the index view of your 
        Django admin section. It requires *Django 1.3+* and [sebleier/django-redis-cache](http://github.com/sebleier/django-redis-cache)
        
        django-redis-status is largely based on [zalew/django-memcache-status](http://github.com/zalew/django-memcache-status), 
        which is itself a fork of [bartTC/django-memcache-status](http://github.com/bartTC/django-memcache-status)
        
        
        Installation
        ---------
        
        Put ``redis_status`` in your ``INSTALLED_APPS``.
        
        That's all. Only admin-users with ``superuser`` permission can see these stats.
        
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
