Automic VaultAutomic Vault

brew

Install memcacheq with Homebrew, MacPorts

Queue service for memcache. Version 0.2.1 via Homebrew; verified from local package data. Also installable with macports: sudo port install memcacheq.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install memcacheq

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install memcacheq

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

overview

Package summary

Queue service for memcache

Commands and aliases

  • memcacheq

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 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.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 8 platform targets.
  • Installs with 2 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
memcacheqcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-25
manager version0.2.1
manager updated
local dataok
upstreamcurrent
latest detectedv0.2.1

https://github.com/stvchu/memcacheq

  • infoNo package-manager update timestamp was available.low confidence

install metadata

Package metadata

Package keybrew:memcacheq
Version0.2.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/memcacheq
Homepagehttps://github.com/stvchu/memcacheq
Repositoryhttps://github.com/stvchu/memcacheq
Upstream docshttps://github.com/stvchu/memcacheq#readme
LicenseBSD-3-Clause
Source archivehttps://github.com/stvchu/memcacheq/archive/refs/tags/v0.2.1.tar.gz
Dependenciesberkeley-db@5, libevent
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

MacPorts95%

memcacheq

sudo port install memcacheq
  • normalized package name match
  • Matched by: 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

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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