Luis Pater
bcbb94906c
feat(client): add cluster node failover and improve reconnection handling
- Introduced cluster node management with `clusterNode` and `clusterNodesEnvelope` types.
- Added failover handling for reconnection failures with configurable threshold (`homeReconnectFailoverThreshold`).
- Implemented node switching and dynamic cluster target updates.
- Enhanced Redis client management with centralized locking for concurrency safety.
- Updated configuration refresh logic to prioritize the best cluster node.
- Improved debug logging for reconnect failures and node switching.
2026-05-14 00:21:31 +08:00
..
2026-05-08 11:46:46 +08:00
2026-05-10 15:43:58 +08:00
2026-05-08 11:46:46 +08:00
2025-09-26 00:54:52 +08:00
2025-11-13 08:38:03 +08:00
2026-04-12 00:52:41 +08:00
2026-05-08 11:46:46 +08:00
2026-05-10 02:33:42 +08:00
2025-11-21 23:40:59 +08:00
2026-05-14 00:21:31 +08:00
2026-05-08 11:46:46 +08:00
2026-05-09 23:39:59 +08:00
2026-05-08 11:46:46 +08:00
2026-05-04 16:08:31 +08:00
2026-05-12 11:59:07 +08:00
2026-05-08 11:46:46 +08:00
2026-05-13 02:59:46 +08:00
2026-05-09 19:48:42 +08:00
2026-05-08 11:46:46 +08:00
2026-05-10 20:43:35 +08:00
2026-05-02 04:50:58 +08:00
2026-05-10 02:33:42 +08:00
2026-05-09 10:51:27 +08:00
2026-01-28 10:58:35 +08:00