# 使用 Homebrew 安装 ssdb

查看 ssdb 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:ssdb
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ssdb
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:ssdb
- **软件包管理器:** Homebrew
- **版本:** 1.9.9
- **来源摘要:** NoSQL database supporting many data structures: Redis alternative
- **主页:** <https://ssdb.io/>
- **仓库:** <https://github.com/ideawu/ssdb>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- ssdb-bench (别名)
- ssdb-cli (别名)
- ssdb-dump (别名)
- ssdb-repair (别名)
- ssdb-server (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.9.9
## 项目历史与用法

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.

### 时间线

- 2013-01: GitHub repository created.
- 2013-2020: Official documentation copyright range.
- 2020-02: 1.9.7 release published on GitHub.
- 2020-09: 1.9.8 release fixed a binlog resource leak.
- 2020-10: 1.9.9 release packaged by Homebrew.

### Related projects

- Related projects and concepts include Redis, LevelDB, ssdb-docs, ssdb-bin, and SSDB client libraries for languages such as C++, PHP, Python, Java, Node.js, Ruby, and Go.

### 来源

- <https://api.github.com/repos/ideawu/ssdb>
- <https://formulae.brew.sh/api/formula/ssdb.json>
- <https://github.com/ideawu/ssdb>
- <https://github.com/ideawu/ssdb/releases>
- <https://ideawu.github.io/ssdb-docs/?lang=en>


## 安全说明

broad file, network, media, or database tool signal. formula declares a Homebrew service.

- **Geiger 风险:** orange / 中
- broad file, network, media, or database tool signal
- formula declares a Homebrew service


## Configuration and credential file locations

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.


## Configuration files

- Unix: ssdb.conf

## Combined YAML source

View the package source record on GitHub. [combined/ssdb.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ssdb.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
