You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(websockets): add Redis adapter for horizontal scaling
Add Redis-based Socket.IO adapter to enable WebSocket communication across multiple API instances. This allows horizontal scaling by using Redis pub/sub for message broadcasting between servers.
The adapter falls back to in-memory adapter when Redis is unavailable (e.g., development environments). Also added proper TypeScript types for third-party emote APIs in shared package for better type safety.
0 commit comments