🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub✦ BytesAgain

redis-tools

by @xueyetianya

Lookup Redis commands by category, test Redis server connections, and monitor database key counts and memory usage, with offline cheatsheet support.

Versionv1.0.0
Downloads194
πŸ’‘ Examples

$ bash script.sh cheatsheet string

πŸ”΄ Redis Cheatsheet β€” Strings ───────────────────────────────────────────── SET key value [EX seconds] [PX ms] [NX|XX] Set key to value. Options: EX (expire secs), NX (only if not exists) Example: SET user:1:name "Alice" EX 3600

GET key Get the value of a key. Returns nil if not exists. Example: GET user:1:name

MSET key value [key value ...] Set multiple keys atomically. Example: MSET k1 v1 k2 v2 k3 v3 ...

$ bash script.sh test localhost 6379

πŸ”΄ Redis Connection Test ───────────────────────────────────────────── Host : localhost Port : 6379 Status : βœ… CONNECTED

Server Info: redis_version : 7.2.3 uptime_days : 4 connected_clients: 3 used_memory : 1.23M maxmemory : 0 (unlimited) role : master aof_enabled : 0

$ bash script.sh monitor

πŸ”΄ Redis Key Monitor ───────────────────────────────────────────── Host : localhost:6379

DB Keys Avg TTL ──────────────────── db0 1247 β€” db1 89 β€”

Total keys : 1336 Memory : 4.56M

View on ClawHub
TERMINAL
clawhub install redis-tools

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’