rdb
« Back to VersTracker
Description:
Redis RDB parser
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Databases
Tags: redis rdb parser debugging cli
Install: brew install rdb
About:
Rdb is a command-line utility designed to parse and analyze Redis RDB database dump files. It provides detailed insights into the internal structure of the dump, including keys, data types, and memory usage, without requiring a running Redis server. This tool is essential for debugging persistence issues or auditing data contents directly from snapshot files.
Key Features:
  • Parses Redis RDB versions 1 through 9
  • Supports filtering by key patterns and data types
  • Dumps data to JSON or human-readable formats
  • Analyzes memory usage and key statistics
Use Cases:
  • Debugging data persistence issues in Redis
  • Auditing contents of database dumps for security or compliance
Alternatives:
  • redis-cli – Requires a running server to load the dump; Rdb allows offline analysis.
Version History
Detected Version Rev Change Commit
Oct 9, 2025 8:05pm 0 VERSION_BUMP 4304f5d6
Sep 15, 2025 9:39pm 0 VERSION_BUMP 77c7f49e
Sep 14, 2024 12:33am 0 VERSION_BUMP cfda32a9