2.6.86
版本发布时间: 2023-01-11 05:56:28
StackExchange/StackExchange.Redis最新发布版本:2.7.4(2023-10-31 23:02:34)
- Fix #1520 & #1660: When
MOVED
is encountered from a cluster, a reconfigure will happen proactively to react to cluster changes ASAP (#2286 by @NickCraver) - Fix #2249: Properly handle a
fail
state (newClusterNode.IsFail
property) forCLUSTER NODES
and exposefail?
as a property (IsPossiblyFail
) as well (#2288 by @NickCraver) - Adds:
IConnectionMultiplexer.ServerMaintenanceEvent
(was onConnectionMultiplexer
but not the interface) (#2306 by @NickCraver) - Adds: To timeout messages, additional debug information:
Sync-Ops
(synchronous operations),Async-Ops
(asynchronous operations), andServer-Connected-Seconds
(how long the connection in question has been connected, or"n/a"
) (#2300 by @NickCraver)