Comprehensive Redis design patterns, best practices, and command references. This site is optimized for both human developers and LLM coding agents.
For Humans: Browse the sections below and click on any pattern to read the documentation.
For LLM Coding Agents: Start by fetching the machine-readable index:
llms.txt — Lists all available documentation files with descriptions
Then fetch individual .md files as needed. All pattern documents are written in Markdown with Redis commands shown as indented code blocks.
For Command Reference: The official Redis documentation is mirrored locally:
commands-index.md — Auto-generated index of all commands by categorycommands/content/commands/ — Individual command docs (e.g., set.md, hset.md)
Browse Redis commands organized by category:
This is a mirror of github.com/redis/docs.
Core architectural patterns for building systems with Redis.
Patterns developed by the Redis community for common use cases.
Real-world patterns from major tech companies at scale.
Quick Start for AI Agents: Fetch llms.txt first, then retrieve specific .md files as needed.