Memcached cache server

v0.1.2

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

Pack ID
memcached
Vendor
emisar
OS
linux
Actions
7
Required binaries: nc. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

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:9934ed0322c3f1331f819137b28757e464946a8c7e04bbf90bb2bdcd47545638

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

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

Actions 7 total

View on GitHub