Skip to main content

A Django admin Redis monitoring dashboard with key exploration, live charts, and multi-connection support.

Project description

redis-metrics

redis-metrics adds a Redis monitoring dashboard directly inside Django admin.

Features

  • Multi-Redis connection support
  • Redis health checks
  • Live-updating performance charts
  • Key explorer with search, paging, delete, and edit support
  • Prefix, TTL, and key size analysis
  • Slow query visibility via Redis SLOWLOG
  • Expiry and eviction monitoring
  • Celery-aware queue and broker summaries

Installation

pip install redis-metrics

Django Setup

Add the app:

INSTALLED_APPS = [
    # ...
    "redis_metrics",
]

Optional multi-connection configuration:

REDIS_METRICS_CONNECTIONS = {
    "cache": {
        "LOCATION": "redis://127.0.0.1:6379/0",
        "ROLE": "cache",
        "LABEL": "Cache",
    },
    "celery": {
        "LOCATION": "redis://127.0.0.1:6379/1",
        "ROLE": "celery",
        "LABEL": "Celery",
    },
}

Then open Django admin and visit the Redis Metrics dashboard.

Packaging

Build locally with:

python -m build

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redis_metrics-0.1.0.tar.gz (22.9 kB view details)

Uploaded Source

Built Distribution

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

redis_metrics-0.1.0-py3-none-any.whl (22.6 kB view details)

Uploaded Python 3

File details

Details for the file redis_metrics-0.1.0.tar.gz.

File metadata

  • Download URL: redis_metrics-0.1.0.tar.gz
  • Upload date:
  • Size: 22.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for redis_metrics-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d3758f3ccc2c059bb064b6bae98618272064ede99dbe2372534aaf9e2135d9cb
MD5 082806b89adcfed2d883eebb70b5e32d
BLAKE2b-256 d51d9cbd9ecc54c7d604f68790e5425b60bce529964e5583cb9636a0968464ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for redis_metrics-0.1.0.tar.gz:

Publisher: publish.yml on Kaushal-Dhungel/redis-metrics

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

File details

Details for the file redis_metrics-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: redis_metrics-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 22.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for redis_metrics-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4291f7d739ee48028cac14656f83a13f56c920971ffa8676fcfe49cd544009f0
MD5 275e221212350721eb0e0de18d09e6a6
BLAKE2b-256 e38491d2434d6441e0c630e190527b87b89195077dfbc430459319f70d6c7437

See more details on using hashes here.

Provenance

The following attestation bundles were made for redis_metrics-0.1.0-py3-none-any.whl:

Publisher: publish.yml on Kaushal-Dhungel/redis-metrics

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page