Skip to main content

Memcached cache server

v0.1.4

Read-only memcached introspection via the `stats` ASCII protocol — general stats, slab usage, item counts, sizes. Plus FLUSH_ALL as a critical mutator. Target host/port via MEMCACHED_HOST + MEMCACHED_PORT env vars on the runner host (default 127.0.0.1:11211).

6 allowed by default 1 denied by default
Pack ID
memcached
Vendor
emisar
OS
linux
Actions
7
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
nc

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:d930b616eb5929a01f5771a010a09feb7a80374be61f9a1fb48af1b45916b147

on the runner host
sudo emisar pack install memcached \
  --hash sha256:d930b616eb5929a01f5771a010a09feb7a80374be61f9a1fb48af1b45916b147 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 7 total

View on GitHub