Django Redis Panel
A Django Admin panel for browsing, inspecting, and managing Redis keys. No postgres/mysql models or changes required.
Compatible with dj-control-room. Register this panel in the Control Room to manage it from a centralized dashboard.
- Official site: djangocontrolroom.com
- Project repo: dj-control-room
Docs
https://django-control-room.github.io/dj-redis-panel/
Features
- Browse Redis Keys: Search and filter Redis keys with pattern matching
- Instance Overview: Monitor Redis instance metrics and database statistics
- Key Management: View, edit, and delete Redis keys with support for all data types (String, List, Set, Hash, Sorted Set), including binary data
- Feature Toggles: Granular control over operations (delete, edit, TTL updates)
- Pagination: Both traditional page-based and cursor-based pagination support
- Django Admin Integration: Seamless integration with Django admin styling and dark mode
- Permission Control: Respects Django admin permissions and staff-only access
- Multiple Instances: Support for multiple Redis instances with different configurations
Requirements
- Python 3.9+
- Django 4.2+
- Redis 4.0+
- redis-py 4.0+
Screenshots
Django Admin Integration
Seamlessly integrated into your Django admin interface. A new section for dj-redis-panel will appear in the same places where your models appear.
NOTE: This application does not actually introduce any model or migrations.
Instance Overview
Monitor your Redis instances with detailed metrics and database information.
Key Search - Page-based Pagination
Search for keys with traditional page-based navigation.
Key Search - Cursor-based Pagination
Efficient cursor-based pagination for large datasets.
Key Detail - String Values
View and edit string key values with TTL management.
Key Detail - Other data structures
Browse keys with more complex data structures such as hashes, lists, etc.
Installation
pip install dj-redis-panel dj-control-room
Add it to INSTALLED_APPS, include its URLs, and migrate:
INSTALLED_APPS = [
# ...
'dj_control_room_base',
'dj_redis_panel',
'dj_control_room',
# ...
]
urlpatterns = [
path('admin/dj-control-room-base/', include('dj_control_room_base.urls')),
path('admin/dj-redis-panel/', include('dj_redis_panel.urls')),
path('admin/dj-control-room/', include('dj_control_room.urls')),
path('admin/', admin.site.urls),
]
You'll also need at least one Redis instance configured under DJ_REDIS_PANEL_SETTINGS["INSTANCES"] - see Configuration for the full settings reference (feature flags, pagination, cluster/SSL connections).
python manage.py migrate
Then visit /admin/ and look for the "DJ REDIS PANEL" section.
For the full walkthrough and production recommendations, see the Installation and Configuration docs. See Scopes for per-view permission scopes.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Development Setup
Want to contribute or set up the project for local development? See docs/development.md for prerequisites, Docker/virtualenv setup, running the example project, and the test suite.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dj_redis_panel-0.9.0.tar.gz.
File metadata
- Download URL: dj_redis_panel-0.9.0.tar.gz
- Upload date:
- Size: 55.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3366806c1fd5a3f204286e17c78a80c8174254a34426435325ba7f0a8e549204
|
|
| MD5 |
ee9a1a6465df8fa7195f97a4d7a69808
|
|
| BLAKE2b-256 |
a4a351b11a31f14d5b95880b5c1b1348661fb2bf5fe6a26358a722e3f0fa24c4
|
Provenance
The following attestation bundles were made for dj_redis_panel-0.9.0.tar.gz:
Publisher:
python-publish.yml on django-control-room/dj-redis-panel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dj_redis_panel-0.9.0.tar.gz -
Subject digest:
3366806c1fd5a3f204286e17c78a80c8174254a34426435325ba7f0a8e549204 - Sigstore transparency entry: 2378856143
- Sigstore integration time:
-
Permalink:
django-control-room/dj-redis-panel@12c00f6cdcdcdff610bab3340b9ef071afc3e9e1 -
Branch / Tag:
refs/tags/0.9.0 - Owner: https://github.com/django-control-room
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@12c00f6cdcdcdff610bab3340b9ef071afc3e9e1 -
Trigger Event:
release
-
Statement type:
File details
Details for the file dj_redis_panel-0.9.0-py3-none-any.whl.
File metadata
- Download URL: dj_redis_panel-0.9.0-py3-none-any.whl
- Upload date:
- Size: 42.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
216d6bcdfbc444e498cdc65538a2e5fabafae235a97801fd7abb7d8aed421a85
|
|
| MD5 |
1ecf721e54ccd13a15a841f0fc7d2858
|
|
| BLAKE2b-256 |
86be0646668f574735890b94cf2d31cd68f4b4a897a9a4a5ff3db8eb13b1ac54
|
Provenance
The following attestation bundles were made for dj_redis_panel-0.9.0-py3-none-any.whl:
Publisher:
python-publish.yml on django-control-room/dj-redis-panel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dj_redis_panel-0.9.0-py3-none-any.whl -
Subject digest:
216d6bcdfbc444e498cdc65538a2e5fabafae235a97801fd7abb7d8aed421a85 - Sigstore transparency entry: 2378856189
- Sigstore integration time:
-
Permalink:
django-control-room/dj-redis-panel@12c00f6cdcdcdff610bab3340b9ef071afc3e9e1 -
Branch / Tag:
refs/tags/0.9.0 - Owner: https://github.com/django-control-room
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@12c00f6cdcdcdff610bab3340b9ef071afc3e9e1 -
Trigger Event:
release
-
Statement type: