Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Redis operations pack
v0.2.4Deep Redis ops — INFO + memory accounting, slowlog + per-event latency, command stats, client list/kill/pause, keyspace introspection (SCAN, TYPE, TTL, OBJECT encoding/refcount/idle/freq, MEMORY USAGE), config get/set/rewrite/resetstat, ACL list/whoami/getuser, cluster topology (info, nodes, slots, slot-count, check), cluster operators (failover, forget, replicaof), persistence (lastsave, bgsave, bgrewriteaof, memory purge/doctor), streams + pub/sub introspection, script cache flush, and tier-critical actions (flush_db, flushall, swapdb, shutdown_nosave). Authenticates via REDISCLI_AUTH / REDIS_* env vars on the runner host — never via per-call credentials.
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:eed67a8a25b6d9275ecf0adc0b13e1e2e2c419e8a5eb8faf17d63fe5d0322cde
sudo emisar pack install redis \ --hash sha256:eed67a8a25b6d9275ecf0adc0b13e1e2e2c419e8a5eb8faf17d63fe5d0322cde \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 49 total
View on GitHub-
ACL GETUSER
-
ACL LIST
-
ACL WHOAMI
-
BGREWRITEAOF
-
BGSAVE
-
CLIENT KILL
-
CLIENT LIST
-
CLIENT PAUSE
-
redis-cli --cluster check
-
CLUSTER COUNTKEYSINSLOT
-
CLUSTER FAILOVER
-
CLUSTER FORGET
-
CLUSTER INFO
-
CLUSTER NODES
-
CLUSTER SLOTS
-
INFO commandstats
-
CONFIG GET
-
CONFIG RESETSTAT
-
CONFIG REWRITE
-
CONFIG SET
-
DBSIZE
-
FLUSHDB (single database)
-
FLUSHALL
-
Redis INFO section
-
LASTSAVE
-
LATENCY LATEST + HISTORY
-
LATENCY HISTORY
-
MEMORY DOCTOR
-
MEMORY PURGE
-
MEMORY STATS
-
MEMORY USAGE key
-
OBJECT ENCODING key
-
OBJECT FREQ key
-
OBJECT IDLETIME key
-
OBJECT REFCOUNT key
-
PUBSUB CHANNELS
-
PUBSUB NUMSUB
-
RANDOMKEY
-
REPLICAOF
-
ROLE
-
SCAN cursor MATCH COUNT
-
SCRIPT FLUSH
-
SHUTDOWN NOSAVE
-
SLOWLOG GET
-
SWAPDB
-
TTL key
-
TYPE key
-
XINFO STREAM
-
XLEN