# Redis Patterns for Coding Agents

> Source: <https://redis.antirez.com/>
> Published: 2026-07-07 22:24:11+00:00

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](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](commands-index.md)

— Auto-generated index of all commands by category[commands/content/commands/](commands/content/commands/)

— Individual command docs (e.g., Browse Redis commands organized by category:

This is a mirror of [github.com/redis/docs](https://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](llms.txt) first, then retrieve specific `.md`

files as needed.
