xueqiu/rdr
None observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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: 3471
- days_rel: n/a
- days_push: 883
- n_releases_24m: 0
Adoption not part of the score
1202 stars · 310 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RDR (redis data reveal) is a fast command-line tool written in Go that parses Redis RDB dump files. It extracts all keys and serves statistical information such as memory usage and key distribution through a local web page.
Use cases
- parse redis rdb files
- analyze memory usage of redis keys
- list all keys in a redis dump
- get statistics from redis backup files
- find largest keys in redis rdb
- inspect redis dump offline without connecting to redis
When to choose
- you need to analyze large RDB files quickly (multi-GB dumps)
- you want a web UI with per-key-type memory statistics
- you need to extract keys from Redis backups offline
When to avoid
- you need to convert RDB to other formats like CSV or JSON (use redis-rdb-tools)
- you need a live analysis of a running Redis instance rather than dump files
- you need to parse Redis AOF files
Facets
cli-tool · maturity maintenance
parser developer-tools cli data-science databases developer-tools analytics windows cli redis rdb rdb-parser memory-analysis key-analysis command-line linux macos
1 source
- readme: https://github.com/xueqiu/rdr · fetched 2026-08-28 · 36f359bb3e39
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| xueqiu/rdr | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem