-
feat(client): add cluster node failover and improve reconnection handling
发布于
2026-05-13 16:21:31 +00:00 - Introduced cluster node management with
clusterNodeandclusterNodesEnvelopetypes. - 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.
下载附件
- Introduced cluster node management with