django-redis-status

A django application that displays some statistics about your redis instance in the admin.


License
Other
Install
pip install django-redis-status==1.0.0

Documentation

Build Status

Overview

This app is a clone of 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.

Installation

django-redis-status can be installed via pip.

pip install django-redis-status

Usage

Add redis_status to your INSTALLED_APPS.

Compatibility

django-redis-status is compatible with Django 1.3 through 1.6.