mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-26 20:26:13 +01:00
👑 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
This commit is contained in:
parent
1e53ffa7ea
commit
8f4705f683
15 changed files with 452 additions and 15 deletions
1
packages/api/src/cluster/index.ts
Normal file
1
packages/api/src/cluster/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { isLeader } from './LeaderElection';
|
||||
Loading…
Add table
Add a link
Reference in a new issue