# xueqiu/rdr

Repository: https://github.com/xueqiu/rdr
Canonical: https://ross.abutalabs.com/products/rdr
Language: JavaScript
License: Apache-2.0
License Family: permissive
Last push: 2024-04-03T02:31:46+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3471, "days_push": 883, "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 1202, forks 310 (observed 2026-08-28T04:03:58.502102+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: maintenance
- function: parser, developer-tools, cli, data-science
- domain: databases, developer-tools, analytics
- platform: windows, cli
- tags: redis, rdb, rdb-parser, memory-analysis, key-analysis, command-line, linux, macos

## Member repositories
- xueqiu/rdr (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:58.502102+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-30T06:20:39.015768+00:00, confidence not recorded.
  - readme: https://github.com/xueqiu/rdr (fetched 2026-08-28T04:03:58.502102+00:00, sha 36f359bb3e39)
- Data as of 2026-08-30T08:39:29.467469+00:00.
