Skip to main content
Run any Skill in Manus
with one click
$pwd:

redis-best-practices

// Redis policy & pitfalls — key naming, atomicity, TTL strategy, distributed locks, cache patterns, production traps. Use when designing Redis-backed caches, locks, queues, rate limiters, or sessions. Covers the traps LLMs get wrong by default: SETNX + EX (deprecated), KEYS on production, Pub/Sub no-persistence, HGETALL on big hashes, maxmemory-policy defaults, cluster hash tags, RDB fork memory.

$ git log --oneline --stat
stars:10
forks:1
updated:April 27, 2026 at 08:24
File Explorer
2 files
SKILL.md
readonly