Tag
“redis”
Scaling Realtime Agent Sessions: Connections, Queues, and State
Architecture patterns for scaling AI voice agents to 1000+ concurrent sessions using horizontal scaling, connection pooling, and queue management.
September 13, 2026 AI Assistant
Building a Chat App with WebSockets and Redis Pub/Sub
Build a real-time chat app with Node.js, WebSockets, and Redis Pub/Sub — handling multiple server instances, message history, presence, and horizontal scaling.
August 14, 2026 AI Assistant
Semantic Caching to Reduce Latency and Spend
Users ask the same question a hundred different ways. Semantic caching serves cached answers for similar queries — cutting LLM spend by up to 86% and latency from seconds to milliseconds.
August 6, 2026 AI Assistant