Automic VaultAutomic Vault

brew

使用 Homebrew, MacPorts 安装 memcacheq

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install memcacheq

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install memcacheq

MacPorts ports tree · sysutils/memcacheq/Portfile · 来源: api.github.com

概览

软件包摘要

Queue service for memcache

命令和别名

  • memcacheq

历史

项目历史与用法

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.

时间线

  • 2008-03-15: v0.0.1 released.
  • 2008-09-19: v0.1.0 released after a rewrite based on newer MemcacheDB code.
  • 2009-12-09: v0.2.0 released with rewritten multiple-queue map code and instant per-queue statistics.
  • 2014-12-17: v0.2.1 cleanup release published on GitHub.

Related projects

  • MemcacheQ is related to memcached through protocol compatibility, to MemcacheDB through its code history and mailing-list community, and to Berkeley DB and libevent as runtime/build dependencies.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 8 个平台目标。
  • 安装时包含 2 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
memcacheqcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本0.2.1
管理器更新时间
本地数据OK
上游当前
检测到的最新版本v0.2.1

https://github.com/stvchu/memcacheq

  • 信息No package-manager update timestamp was available.低 置信度

安装元数据

软件包元数据

软件包键brew:memcacheq
版本0.2.1
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/memcacheq
主页https://github.com/stvchu/memcacheq
仓库https://github.com/stvchu/memcacheq
上游文档https://github.com/stvchu/memcacheq#readme
许可证BSD-3-Clause
源码归档https://github.com/stvchu/memcacheq/archive/refs/tags/v0.2.1.tar.gz
依赖berkeley-db@5, libevent
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namememcacheq
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedyes
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

MacPorts95%

memcacheq

sudo port install memcacheq
  • normalized package name match
  • 匹配方式:Memcacheq
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/memcacheq/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment