AI Agent Resources
Learn how to develop with Redis as an AI agent
llms.txt index of documentation
Redis provides a comprehensive index of all documentation in Markdown format at llms.txt. This index is specifically designed for AI agents to discover available documentation.
Markdown documentation format
All documentation pages are available in Markdown format via the same URL as
the main doc page but with index.html.md added. For example, the Markdown version of
this page is available at
ai-agent-resources/index.html.md.
API references
API references are available for the following client libraries:
Data type comparisons
See Compare data types for advice on which of the general-purpose data types is best for common tasks.
Redis patterns for coding agents
Salvatore Sanfilippo (also known as antirez, the creator of Redis) has provided the Redis community with a resource containing very useful Redis-oriented design patterns. See this page for more information.
Error handling
See Error handling for a guide to handling errors in client libraries.