pkg.soopen package index

brew / 順位 10361

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install webdis

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install webdis

Debian stable package indexes · webdis · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#webdis

nixpkgs package indexes · pkgs/by-name/we/webdis/package.nix · ソース: api.github.com

概要

パッケージ概要

Redis HTTP interface with JSON output

コマンドとエイリアス

  • webdis

履歴

プロジェクトの歴史と使われ方

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.

セキュリティ状態

リスクレベル: orange

formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • formula declares a Homebrew service

信号

  • metadata:service

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Unix
webdis.jsonwebdis.prod.json

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
webdis.jsonwebdis.prod.json

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
webdis実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版0.1.25
マネージャ更新日2026-05-18
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:webdis
バージョン0.1.25
パッケージマネージャHomebrew
ホームページhttps://webd.is/
リポジトリhttps://github.com/nicolasff/webdis
最終更新2026-05-18T04:06:56Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

webdis 0.1.22+ds-1

simple web server providing an HTTP interface to Redis

https://webd.is

sudo apt install webdis
  • Section: web
  • Architecture: amd64
  • 6 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Webdis
Debian stable package indexes · deb.debian.org · Debian stable package indexes: webdis from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

webdis

nix profile install nixpkgs#webdis
  • normalized package name match
  • 一致条件: Webdis
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/we/webdis/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

webdis 0.1.9+dfsg-1.1build2

simple web server providing an HTTP interface to Redis

http://webd.is

sudo apt install webdis
  • Section: universe/web
  • Architecture: amd64
  • 7 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Webdis
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: webdis from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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