Ir al contenido principal
Este contenido aún no está disponible en tu idioma y se muestra en inglés.

Chat Redis State Adapter

Skill Verificado
95

Redis state adapter for chat (production)

Resumen IA

This adapter integrates with Redis to provide persistent state management, including subscriptions, queues, and distributed locking for chat applications. It can be configured with a connection URL, an existing Redis client, or by detecting the REDIS_URL environment variable.

Code Execution

  • info:LoggingThe adapter logs Redis client errors and connection status changes via a provided logger instance, but does not include a separate audit log for actions.

Instalación

npx skills add vercel/chat

Ejecuta el CLI de skills de Vercel (skills.sh) mediante npx — requiere Node.js en local y al menos un agente compatible con skills instalado (Claude Code, Cursor, Codex, …). Asume que el repositorio sigue el formato de agentskills.io.

Actualizado el 2 days ago
Ver código fuente