Redis server health checker — monitor memory, persistence, replication, slow log, and connected clients
Project description
dargslan-redis-health
Redis Server Health Checker — Monitor memory, persistence (RDB/AOF), replication, slow log, and connected clients. Zero external dependencies.
Installation
pip install dargslan-redis-health
CLI Usage
dargslan-redis report # Full health report
dargslan-redis memory # Memory usage
dargslan-redis persistence # RDB/AOF status
dargslan-redis replication # Replication info
dargslan-redis clients # Client connections
dargslan-redis json # JSON output
Python API
from dargslan_redis_health import RedisHealth
rh = RedisHealth(host="localhost", port=6379)
mem = rh.memory_info()
issues = rh.audit()
rh.print_report()
More from Dargslan
- Dargslan.com — Linux & DevOps eBook Store
- Free Cheat Sheets
- Blog & Tutorials
License
MIT — see LICENSE
Project details
Release history Release notifications | RSS feed
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 dargslan_redis_health-1.0.0.tar.gz.
File metadata
- Download URL: dargslan_redis_health-1.0.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f762822a3a3288d8aadbc836978621c3407f7388b2b42f89923ff5ec89eadc81
|
|
| MD5 |
8b74cac9154e4feb87dba0eb34d162ff
|
|
| BLAKE2b-256 |
f0c938c9012374d0c09ad188f558ab631770f4a2fdae0cc7548c6e3d0fde18b8
|
File details
Details for the file dargslan_redis_health-1.0.0-py3-none-any.whl.
File metadata
- Download URL: dargslan_redis_health-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa2c40955db3b7317958ed4ff9afeb36aa1f68c31f56e79ab38ff2134c38ffdf
|
|
| MD5 |
31a7c1bb2a1a84fbcc8cd3b916895b97
|
|
| BLAKE2b-256 |
027a7dadd650caf84106337a19d239416f7ad1f4bd15a607e135be71d89c88f9
|