LibreChat/api/server
Danny Avila 78848c4af9
feat: Introduce Redis-backed stream services for enhanced job management
- Added createStreamServices function to configure job store and event transport, supporting both Redis and in-memory options.
- Updated GenerationJobManager to allow configuration with custom job stores and event transports, improving flexibility for different deployment scenarios.
- Refactored IJobStore interface to support asynchronous content retrieval, ensuring compatibility with Redis implementations.
- Implemented RedisEventTransport for real-time event delivery across instances, enhancing scalability and responsiveness.
- Updated InMemoryJobStore to align with new async patterns for content and run step retrieval, ensuring consistent behavior across storage options.
2025-12-15 18:49:02 -05:00
..
controllers refactor: Unify streamId and conversationId handling for improved job management 2025-12-15 18:49:01 -05:00
middleware refactor: Unify streamId and conversationId handling for improved job management 2025-12-15 18:49:01 -05:00
routes refactor: Unify streamId and conversationId handling for improved job management 2025-12-15 18:49:01 -05:00
services refactor: Integrate streamId handling for improved resumable functionality for attachments 2025-12-15 18:49:00 -05:00
utils 🪦 refactor: Remove Legacy Code (#10533) 2025-12-11 16:36:12 -05:00
cleanup.js 🤖 refactor: Improve Agent Handoff Context Tracking (#10553) 2025-11-17 16:57:51 -05:00
experimental.js 📦 chore: Bump Express.js to v5 (#10671) 2025-12-11 16:36:15 -05:00
index.js feat: Introduce Redis-backed stream services for enhanced job management 2025-12-15 18:49:02 -05:00
index.spec.js 🛜 refactor: Streamline App Config Usage (#9234) 2025-08-26 12:10:18 -04:00
socialLogins.js ⚙️ refactor: Only register OpenID Strategy if Config Succeeded (#9094) 2025-08-16 14:49:03 -04:00