macOS
brew install rdblocal Homebrew formula metadata
brew / 順位 6231
rdb のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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 |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.