# sripathikrishnan/redis-rdb-tools

Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON

Repository: https://github.com/sripathikrishnan/redis-rdb-tools
Canonical: https://ross.abutalabs.com/products/redis-rdb-tools
Homepage: https://rdbtools.com
Language: Python
License: MIT
License Family: permissive
Last push: 2026-01-21T01:47:49+00:00

## Health v2 (maintenance only)
Score: 51/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 63, release rhythm 8, longevity 100
- inputs: {"age_days": 5289, "days_push": 225, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5195, forks 743 (observed 2026-08-28T04:09:12.034652+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: maintenance
- function: parser, serialization, developer-tools, cli
- domain: databases, developer-tools
- platform: python, cli, cross-platform
- tags: redis, rdb, memory-analysis, data-export, command-line

## Member repositories
- sripathikrishnan/redis-rdb-tools (main) score 51

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:12.034652+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:01:43.581292+00:00, confidence not recorded.
  - readme: https://github.com/sripathikrishnan/redis-rdb-tools (fetched 2026-08-28T04:09:12.034652+00:00, sha 0bb856ecdf9f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
