macOS
brew install memcacheqlocal Homebrew formula metadata
sudo port install memcacheqMacPorts ports tree · sysutils/memcacheq/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für memcacheq in AI-Agent-Workflows.
Installation
brew install memcacheqlocal Homebrew formula metadata
sudo port install memcacheqMacPorts ports tree · sysutils/memcacheq/Portfile · Quelle: api.github.com
Überblick
Queue service for memcache
Verlauf
MemcacheQ is a simple queue service that exposes queue operations through the memcache protocol. Producers append with `set`, consumers read with `get`, and queue storage is backed by Berkeley DB.
The upstream README presents MemcacheQ as a very small, fast, multiple-queue service compatible with memcache clients. Its design goal was pragmatic compatibility: existing memcache client libraries could enqueue and dequeue messages by talking to a queue server on the memcache protocol.
The ChangeLog shows v0.0.1 in March 2008, a rewrite around newer MemcacheDB code with multiple-queue support in September 2008, v0.2.0 in December 2009, and a cleanup v0.2.1 release in December 2014. The README was last updated by Steve Chu on 2009-12-09.
MemcacheQ appears as a niche infrastructure package rather than a broad platform. The batch input lists Homebrew and MacPorts package names, while the upstream README sends users to the MemcacheDB mailing list and old Google Code download/install locations.
The documented interface uses only two basic commands: `set <queue name> ...` appends a message to the tail of a queue, and `get <queue name>` consumes a message from the head. `stats queue` reports queue sizes, and `delete <queue>` removes a queue.
Deployment requires Berkeley DB 4.7 or later and libevent 1.4.x or later. The INSTALL file shows a daemon example using `memcacheq -d -r -H /data1/memcacheq -N -R -v -L 1024 -B 1024`, and notes that `-B` controls maximum message length because fixed-length Berkeley DB queue storage pads shorter messages.
MemcacheQ matters historically because it is one of the small services that reused the memcached protocol as an application integration surface. For package collections, it is a compact C daemon with classic Unix dependencies and a clear relationship to memcached-era infrastructure patterns.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
memcacheq | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/stvchu/memcacheq
Installationsmetadaten
| Paketschlüssel | brew:memcacheq |
|---|---|
| Version | 0.2.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/memcacheq |
| Homepage | https://github.com/stvchu/memcacheq |
| Repository | https://github.com/stvchu/memcacheq |
| Upstream-Dokumentation | https://github.com/stvchu/memcacheq#readme |
| Lizenz | BSD-3-Clause |
| Quellarchiv | https://github.com/stvchu/memcacheq/archive/refs/tags/v0.2.1.tar.gz |
| Abhängigkeiten | berkeley-db@5, libevent |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | memcacheq |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
memcacheq
sudo port install memcacheqQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.