Перейти до основного вмісту
Цей вміст ще не доступний вашою мовою і відображається англійською.

Chat Redis State Adapter

Skill Перевірено
95

Redis state adapter for chat (production)

AI-резюме

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.

Встановлення

npx skills add vercel/chat

Запускає Vercel skills CLI (skills.sh) через npx — потребує локально встановленого Node.js та принаймні одного агента, сумісного зі skills (Claude Code, Cursor, Codex, …). Передбачається, що репозиторій відповідає формату agentskills.io.

Оновлено 2 days ago
Переглянути код