Skip to main content

Django Control Room Panel Tests codecov PyPI version Python versions License: MIT Downloads

Django Redis Panel

A Django Admin panel for browsing, inspecting, and managing Redis keys. No postgres/mysql models or changes required.

Django Redis Panel - Instance List

Compatible with dj-control-room. Register this panel in the Control Room to manage it from a centralized dashboard.

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.

Admin Home

Instance Overview

Monitor your Redis instances with detailed metrics and database information.

Instance Overview

Key Search - Page-based Pagination

Search for keys with traditional page-based navigation.

Key Search - Page Index

Key Search - Cursor-based Pagination

Efficient cursor-based pagination for large datasets.

Key Search - Cursor

Key Detail - String Values

View and edit string key values with TTL management.

Key Detail - String

Key Detail - Other data structures

Browse keys with more complex data structures such as hashes, lists, etc.

Key Detail - Hash

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

dj_redis_panel-0.9.0.tar.gz (55.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dj_redis_panel-0.9.0-py3-none-any.whl (42.1 kB view details)

Uploaded Python 3

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

Hashes for dj_redis_panel-0.9.0.tar.gz
Algorithm Hash digest
SHA256 3366806c1fd5a3f204286e17c78a80c8174254a34426435325ba7f0a8e549204
MD5 ee9a1a6465df8fa7195f97a4d7a69808
BLAKE2b-256 a4a351b11a31f14d5b95880b5c1b1348661fb2bf5fe6a26358a722e3f0fa24c4

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

Hashes for dj_redis_panel-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 216d6bcdfbc444e498cdc65538a2e5fabafae235a97801fd7abb7d8aed421a85
MD5 1ecf721e54ccd13a15a841f0fc7d2858
BLAKE2b-256 86be0646668f574735890b94cf2d31cd68f4b4a897a9a4a5ff3db8eb13b1ac54

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.10.0

2 files

This release

0.9.0 This release

2 files

0.8.2

2 files

0.8.0

2 files

0.7.5

2 files

0.7.4

2 files

0.7.3

2 files

0.7.0

2 files

0.6.0

2 files

0.5.1

2 files

0.5.0

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page