sripathikrishnan/redis-rdb-tools
Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON observed · 2026-08-28
Health v2 · maintenance only
51/100
- Activity 63
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5289
- days_rel: n/a
- days_push: 225
- n_releases_24m: 0
Adoption not part of the score
5195 stars · 743 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Python parser for Redis dump.rdb files that generates SAX-like events and provides CLI utilities. It can generate memory reports, convert dumps to JSON, and diff two dump files.
Use cases
- parse redis dump.rdb files
- analyze redis memory usage per key
- export redis data to
- diff two redis dump files
- find keys consuming the most memory in redis
- offline inspection of redis backups
When to choose
- you need offline analysis of Redis RDB snapshots without a running server
- you want a memory report across Redis databases and keys
- you need to export or diff RDB data as JSON
When to avoid
- you need a live Redis GUI admin tool (use the commercial rdbtools.com or other clients)
- you want to parse AOF files or live replication streams
- you need a non-Python implementation
Facets
cli-tool · maturity maintenance
parser serialization developer-tools cli databases developer-tools python cli cross-platform redis rdb memory-analysis data-export command-line
1 source
- readme: https://github.com/sripathikrishnan/redis-rdb-tools · fetched 2026-08-28 · 0bb856ecdf9f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sripathikrishnan/redis-rdb-tools | main | 51 |
For agents
markdown · JSON · MCP: product_card(name="sripathikrishnan/redis-rdb-tools")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem