# webdis を Homebrew, apt, Nix でインストール

webdis のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:webdis
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install webdis
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install webdis
```

  証拠: Debian stable package indexes: webdis from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#webdis
```

  証拠: nixpkgs package indexes: pkgs/by-name/we/webdis/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:webdis
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/webdis>
- **バージョン:** 0.1.25
- **ソース概要:** Redis HTTP interface with JSON output
- **ホームページ:** <https://webd.is/>
- **リポジトリ:** <https://github.com/nicolasff/webdis>
- **上流ドキュメント:** <https://webd.is/>
- **ライセンス:** BSD-2-Clause
- **ソースアーカイブ:** <https://github.com/nicolasff/webdis/archive/refs/tags/0.1.25.tar.gz>
- **最終更新:** 2026-05-18T04:06:56Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- webdis (cli)
- webdis (エイリアス)

## 依存関係

- libevent

## インストール挙動

- post-install フック: 未定義
- サービス: declared
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.1.25
- マネージャ更新日: 2026-05-18
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/nicolasff/webdis
- 検出された最新: 0.1.25 (最新)
## プロジェクトの歴史と使われ方

Webdis is a small HTTP and WebSocket interface for Redis. It forwards HTTP paths to Redis commands and returns replies in formats such as JSON, making Redis reachable from environments that can speak HTTP but do not have or should not use a native Redis client.

### プロジェクトの歴史

Nicolas Favre-Felix created the public Webdis repository in December 2010. A Redis mailing-list announcement the same month described it as a week-old server produced after an IRC discussion about HTTP interfaces to Redis and invited feedback from the Redis community.

The project emerged during Redis's early growth, when developers were experimenting with ways to expose Redis to web applications and scripting environments. Salvatore Sanfilippo replied on the mailing list that there was likely a need for the software in Redis web-related use cases, while also raising access-control concerns that became important for any HTTP-to-database bridge.

### 採用の歴史

Webdis remained a niche but durable bridge rather than becoming part of Redis itself. Its public repository had nearly 3,000 stars by July 2026 and continued to receive updates, while the package appeared in Debian, Ubuntu, Nix, and Homebrew, which is a strong signal for a small infrastructure tool.

The tool's adoption is clearest where HTTP is the integration point: browser demos, lightweight dashboards, constrained clients, Pub/Sub streaming over chunked transfer, and systems that prefer a reverse-proxy-friendly HTTP surface over direct Redis TCP access.

### 使われ方

The documented usage pattern is path-based command forwarding: a URL shaped like `/COMMAND/arg0/arg1/...` is executed against Redis, with the response serialized in the selected output format. The project also documents Pub/Sub delivery to HTTP clients using chunked transfer encoding.

In practice, Webdis is useful as a controlled adapter in front of Redis, not as a blanket public database endpoint. Its package-nerd role is to make Redis scriptable from curl, browser JavaScript, or HTTP-only environments while keeping deployment to a small C server and a JSON configuration file.

### パッケージ好きにとっての重要性

Webdis is a classic Unix-era adapter package: it does not try to replace Redis or a web framework; it translates one protocol shape into another. That makes it memorable to package users who like small daemons that can be composed with curl, reverse proxies, service managers, and existing databases.

### タイムライン

- 2010-12: The GitHub repository was created.
- 2010-12: The author announced Webdis to the Redis mailing list as a week-old HTTP interface to Redis.
- 2011: Public discussion framed Webdis around the usefulness and risks of exposing Redis through HTTP.
- 2026: The repository remained active and package-manager metadata listed Webdis across several Unix-like ecosystems.

### Related projects

- Related projects include Redis itself, hiredis, nginx Redis modules such as ngx_redis2, REST-ish database gateways, and small HTTP adapter daemons used to expose non-HTTP services to web clients.

### ソース

- <https://api.github.com/repos/nicolasff/webdis>
- <https://github.com/nicolasff/webdis>
- <https://groups.google.com/g/redis-db/c/p7yKbMyc_m0>
- <https://news.ycombinator.com/item?id=2136267>
- <https://webd.is/>


## セキュリティノート

formula declares a Homebrew service.

- **Geiger リスク:** orange / 中
- 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: webdis.json, webdis.prod.json

## Credential files

- Unix: webdis.json, webdis.prod.json
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** webdis
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Debian apt - webdis - 0.1.22+ds-1: normalized package name match | Debian stable package indexes: webdis from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | simple web server providing an HTTP interface to Redis | https://webd.is
- Nix - webdis: normalized package name match | nixpkgs package indexes: pkgs/by-name/we/webdis/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - webdis - 0.1.9+dfsg-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: webdis from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | simple web server providing an HTTP interface to Redis | http://webd.is


## 関連リンク

- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [libevent](https://pkg.so/ja/brew/libevent/) - Runtime dependency declared by Homebrew.
- [redis](https://pkg.so/ja/brew/redis/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [mysql](https://pkg.so/ja/brew/mysql/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [postgresql@14](https://pkg.so/ja/brew/postgresql-14/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [postgresql@16](https://pkg.so/ja/brew/postgresql-16/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [postgresql@17](https://pkg.so/ja/brew/postgresql-17/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [postgresql@18](https://pkg.so/ja/brew/postgresql-18/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [postgresql@15](https://pkg.so/ja/brew/postgresql-15/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [mysql@8.0](https://pkg.so/ja/brew/mysql-8-0/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [garnet](https://pkg.so/ja/brew/garnet/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, data, database, redis, server.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
