This is a comprehensive performance guide for Redis with 29 rules across data structures, Redis Query Engine, vector search with RedisVL, and semantic caching with LangCache. It's organized by priority and impact, which is helpful when you're making tradeoffs or need quick answers about index creation, memory limits, or whether to use HNSW versus FLAT for vector search. The structure is solid: each rule has examples of what to do, what not to do, and when it actually matters. Most useful if you're building RAG applications, optimizing existing Redis workloads, or implementing semantic caching for LLM responses. The rules cover both obvious things like authentication and less obvious gotchas like hash tags for multi-key operations in clusters.
npx skills add https://github.com/redis/agent-skills --skill redis-development