macOS
brew install rdblocal Homebrew formula metadata
安装
brew install rdblocal Homebrew formula metadata
概览
Redis RDB parser
历史
rdb is a Go implementation of a Redis RDB snapshot parser. It provides both a command-line analysis tool and reusable functionality for applications that need to inspect or generate Redis snapshot data.
rdb was developed in Go as a Redis RDB parser for secondary development and memory analysis. Its README credits the earlier `redis-rdb-tools` project as an influence.
The project expanded from parsing and conversion into operational analysis features, including memory reports, biggest-key and hottest-key searches, prefix analysis, flame graphs, and RDB generation.
The project is distributed through Go's module tooling, downloadable release binaries, and Homebrew. The supplied package metadata currently records Homebrew as its package-manager channel.
Typical commands convert a snapshot to JSON or AOF, generate a memory report, find the largest or hottest keys, summarize key prefixes, or launch a flame-graph view.
The input is normally a Redis `dump.rdb` file, with output paths and analysis modes supplied as command-line flags. No official persistent configuration or credentials file is documented.
rdb packages several common Redis snapshot-inspection jobs into one Go binary: format conversion, memory reporting, large-key discovery, LFU hot-key analysis, prefix aggregation, and flame graphs.
It is useful when operators need offline visibility into a Redis snapshot without loading the dataset into a running Redis server. The repository also exposes parser functionality for secondary development rather than limiting the project to its CLI.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
rdb | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/HDT3213/rdb
安装元数据
| 软件包键 | brew:rdb |
|---|---|
| 版本 | 1.3.2 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/rdb |
| 主页 | https://github.com/HDT3213/rdb/ |
| 仓库 | https://github.com/HDT3213/rdb |
| 上游文档 | https://github.com/HDT3213/rdb/ |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/HDT3213/rdb/archive/refs/tags/v1.3.2.tar.gz |
| 最后更新 | 2026-09-13T05:18:20Z |
| Pulse | updated |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | rdb |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.