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
Release files for redis-metrics 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| redis_metrics-0.1.0.tar.gz | 22.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| redis_metrics-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 45.5 kB
Release files / redis_metrics-0.1.0.tar.gz
| Download URL | redis_metrics-0.1.0.tar.gz |
|---|---|
| Size | 22.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d3758f3ccc2c059bb064b6bae98618272064ede99dbe2372534aaf9e2135d9cb
|
|
BLAKE2b-256 checksum How to use checksums |
d51d9cbd9ecc54c7d604f68790e5425b60bce529964e5583cb9636a0968464ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Apr 15, 2026.
Transparency logRelease files / redis_metrics-0.1.0-py3-none-any.whl
| Download URL | redis_metrics-0.1.0-py3-none-any.whl |
|---|---|
| Size | 22.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4291f7d739ee48028cac14656f83a13f56c920971ffa8676fcfe49cd544009f0
|
|
BLAKE2b-256 checksum How to use checksums |
e38491d2434d6441e0c630e190527b87b89195077dfbc430459319f70d6c7437
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Apr 15, 2026.
Transparency log