llms.txt Content
# llms.txt for Redis Documentation
# Description: List of Redis documentation markdown files for LLMs and AI assistants to ingest and cite.
## Core Docs
- [Docs Homepage](https://redis.io/docs/latest/) Access Redis documentation for developers and operators, covering setup, usage, commands, integrations, and advanced features.
- [APIs](https://redis.io/docs/latest/apis/index.html.md) An overview of Redis APIs for developers and operators
- [Quick starts](https://redis.io/docs/latest/develop/get-started/index.html.md) Get started with Redis development using this guide covering setup, basic commands, and working with key data types.
## Commands Reference
- [Commands](https://redis.io/docs/latest/commands/) Browse the full list of Redis commands by category, with syntax, examples, and detailed usage for each command.
- [AUTH](https://redis.io/docs/latest/commands/auth/index.html.md) Details on the AUTH command for authenticating Redis clients with passwords or ACLs to secure access.
- [DEL](https://redis.io/docs/latest/commands/del/index.html.md) Learn how the DEL command removes one or more keys from Redis, freeing up memory immediately.
- [EXPIRE](https://redis.io/docs/latest/commands/expire/index.html.md) The EXPIRE command sets a timeout on a key, allowing automatic deletion after a specified number of seconds.
- [GET](https://redis.io/docs/latest/commands/get/index.html.md) The GET command retrieves the value of a key stored as a string in Redis, returning nil if the key doesn't exist.
- [HSET](https://redis.io/docs/latest/commands/hset/index.html.md) The HSET command sets one or more field-value pairs in a Redis hash, creating the hash if it doesn’t exist.
- [SET](https://redis.io/docs/latest/commands/set/index.html.md) The SET command assigns a string value to a key, with optional expiration and conditional set options.
- [TTL](https://redis.io/docs/latest/commands/ttl/index.html.md) The TTL command returns the remaining time to live of a key with an expi