मुख्य सामग्री पर जाएँ
यह सामग्री अभी आपकी भाषा में उपलब्ध नहीं है और अंग्रेज़ी में दिखाई जा रही है।

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 को अपडेट किया गया
सोर्स देखें