Skip to content

IMDagger/django-redis-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-redis-admin

django-redis-admin is an addition to your Django admin panel that allows you to view and delete your Redis keys.

Requirements

  • Django >= 1.4
  • redis.py
  • a Django redis cache backend. I recommend django-redis

Installation

# pip install django-redis-admin
Add redis_admin to your INSTALLED_APPS

About

This package does not use models, so no database tables need to be created. Just add to INSTALLED_APPS and go. Users must have is_superuser == True to view the Redis admin. No django admin logs are created with this package.

Fixed

Delete multiple keys was broken in django-simple-redis-admin

To Do

  • Editing keys
  • Better representation for Redis sets

About

A simple redis admin for django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%