Перейти к основному содержимому
Этот контент пока недоступен на вашем языке и отображается на английском.

Chat Redis State Adapter

Skill Проверено
95

Redis state adapter for chat (production)

Резюме ИИ

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.

Обновлено about 19 hours ago
Посмотреть исходный код