macOS
brew install ssdblocal Homebrew formula metadata
安装
brew install ssdblocal Homebrew formula metadata
概览
NoSQL database supporting many data structures: Redis alternative
历史
SSDB is a LevelDB-backed NoSQL database and command-line server/client package that presents itself as a disk-backed, Redis-compatible alternative.
The SSDB repository was created in January 2013. Its README describes the project as a high-performance key-value, zset, hashmap, and list database written in C/C++ and built on LevelDB client-server support.
The project ships server and maintenance commands including ssdb-server, ssdb-cli, ssdb-bench, ssdb-dump, and ssdb-repair. The standard quick-start flow in the README builds from source, starts ssdb-server with ssdb.conf, and connects with the command-line client on port 8888.
SSDB's own documentation states that it was stable, production-ready, and used by Internet companies including QIHU 360. Its GitHub repository accumulated thousands of stars and forks, while Homebrew packaged release 1.9.9 from the upstream GitHub tag.
The common package-manager use case is running ssdb-server with an ssdb.conf file, then using ssdb-cli for interactive administration or Redis-like data operations. The documentation also covers clients, replication, backup/import, clustering, high availability, and importing LevelDB data.
SSDB is interesting to package maintainers because it is a small C/C++ datastore with bundled command-line tools, a visible configuration file, LevelDB heritage, and Redis-client compatibility claims. That makes it a useful example of the 2010s wave of Redis-adjacent databases that package managers carried for developers experimenting with alternative persistence tradeoffs.
安全态势
broad file, network, media, or database tool signal. formula declares a Homebrew service.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
ssdb.conf可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
ssdb-bench | cli | 全局可执行文件 | |
ssdb-cli | cli | 全局可执行文件 | |
ssdb-dump | cli | 全局可执行文件 | |
ssdb-repair | cli | 全局可执行文件 | |
ssdb-server | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/ideawu/ssdb
安装元数据
| 软件包键 | brew:ssdb |
|---|---|
| 版本 | 1.9.9 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/ssdb |
| 主页 | https://ssdb.io/ |
| 仓库 | https://github.com/ideawu/ssdb |
| 上游文档 | https://github.com/ideawu/ssdb#readme |
| 许可证 | BSD-3-Clause |
| 源码归档 | https://github.com/ideawu/ssdb/archive/refs/tags/1.9.9.tar.gz |
| 构建依赖 | autoconf |
| Bottle | 可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | declared |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ssdb |
| 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.