content/ai-agent-resources.md
llms.txt index of documentationRedis 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.
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 are available for the following client libraries:
See [Compare data types]({{< relref "/develop/data-types/compare-data-types" >}}) for advice on which of the general-purpose data types is best for common tasks.
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.
See [Error handling]({{< relref "/develop/clients/error-handling" >}}) for a guide to handling errors in client libraries.