Pular para o conteúdo principal
Este conteúdo ainda não está disponível no seu idioma e está sendo exibido em inglês.

Chat Redis State Adapter

Skill Verificado
95

Redis state adapter for chat (production)

Resumo de 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.

Instalação

npx skills add vercel/chat

Executa a CLI skills da Vercel (skills.sh) via npx — requer Node.js localmente e pelo menos um agente compatível com skills instalado (Claude Code, Cursor, Codex, …). Pressupõe que o repositório siga o formato agentskills.io.

Atualizado em 1 day ago
Ver código-fonte