2.6.90
版本发布时间: 2023-01-11 05:56:59
StackExchange/StackExchange.Redis最新发布版本:2.7.4(2023-10-31 23:02:34)
- Adds: Support for
EVAL_RO
andEVALSHA_RO
viaIDatabase.ScriptEvaluateReadOnly
/IDatabase.ScriptEvaluateReadOnlyAsync
(#2168 by @shacharPash) - Fix #1458: Fixes a leak condition when a connection completes on the TCP phase but not the Redis handshake (#2238 by @NickCraver)
- Internal: ServerSnapshot: Improve API and allow filtering with custom struct enumerator (#2337 by @mgravell)