LibreChat/packages/api/src/cluster/index.ts
Theo N. Truong 8f4705f683
👑 feat: Distributed Leader Election with Redis for Multi-instance Coordination (#10189)
* 🔧 refactor: Move GLOBAL_PREFIX_SEPARATOR to cacheConfig for consistency

* 👑 feat: Implement distributed leader election using Redis
2025-10-30 17:08:04 -04:00

1 line
45 B
TypeScript

export { isLeader } from './LeaderElection';