macOS
brew install webdislocal Homebrew formula metadata
brew / rang 10361
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de webdis pour les workflows d'agents IA.
installation
brew install webdislocal Homebrew formula metadata
sudo apt install webdisDebian stable package indexes · webdis · Source: deb.debian.org
nix profile install nixpkgs#webdisnixpkgs package indexes · pkgs/by-name/we/webdis/package.nix · Source: api.github.com
aperçu
Redis HTTP interface with JSON output
historique
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.
posture de sécurité
formula declares a Homebrew service.
risque orange · confiance moyen · infrastructure
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
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.
webdis.jsonwebdis.prod.jsonCredential-bearing paths to review before unattended agent runs.
webdis.jsonwebdis.prod.jsonexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
webdis | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:webdis |
|---|---|
| Version | 0.1.25 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://webd.is/ |
| Dépôt | https://github.com/nicolasff/webdis |
| Dernière mise à jour | 2026-05-18T04:06:56Z |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
webdis 0.1.22+ds-1
simple web server providing an HTTP interface to Redis
sudo apt install webdiswebdis
nix profile install nixpkgs#webdiswebdis 0.1.9+dfsg-1.1build2
simple web server providing an HTTP interface to Redis
sudo apt install webdispiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.