Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Redis operations pack
v0.3.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), Sentinel HA topology (masters, master, replicas, sentinels, get-master-addr, ckquorum, is-master-down, Sentinel INFO) and operators (failover, reset), persistence (lastsave, bgsave, bgrewriteaof, memory purge/doctor), streams + pub/sub introspection, script cache flush, and tier-critical actions (flush_db, flushall, swapdb, shutdown_nosave). Sentinel actions target the Sentinel on port 26379; all others default to 127.0.0.1:6379. Authenticates via REDISCLI_AUTH / REDIS_* env vars on the runner host — never via per-call credentials.
redis-cli
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:221f4cf97feff23d68b04241f770bc804347a069288d37564f1156235fc581ae
sudo emisar pack install redis \ --hash sha256:221f4cf97feff23d68b04241f770bc804347a069288d37564f1156235fc581ae \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 59 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
-
SENTINEL CKQUORUM
-
SENTINEL FAILOVER
-
SENTINEL GET-MASTER-ADDR-BY-NAME
-
Sentinel INFO
-
SENTINEL IS-MASTER-DOWN-BY-ADDR
-
SENTINEL MASTER
-
SENTINEL MASTERS
-
SENTINEL REPLICAS
-
SENTINEL RESET
-
SENTINEL SENTINELS
-
SHUTDOWN NOSAVE
-
SLOWLOG GET
-
SWAPDB
-
TTL key
-
TYPE key
-
XINFO STREAM
-
XLEN