2.6.104
版本发布时间: 2023-03-31 02:49:05
StackExchange/StackExchange.Redis最新发布版本:2.7.4(2023-10-31 23:02:34)
- Fix #2412: Critical (but rare) GC bug that can lead to async tasks never completing if the multiplexer is not held by the consumer (#2408 by @mgravell)
- Fix #2392: Dequeue all timed out messages from the backlog when not connected (including Fire+Forget) (#2397 by @kornelpal)
- Fix #2400: Expose
ChannelMessageQueue
asIAsyncEnumerable<ChannelMessage>
(#2402 by @mgravell) - Adds: Better error messages (over generic timeout) when commands are backlogged and unable to write to any connection (#2408 by @NickCraver)
- Adds: Support for
CLIENT SETINFO
(lib name/version) during handshake; opt-out is viaConfigurationOptions
; also support read ofresp
,lib-ver
andlib-name
viaCLIENT LIST
(#2414 by @mgravell) - Documentation: clarify the meaning of
RedisValue.IsInteger
re #2418 (#2420 by @mgravell)
New Contributors
- @SonnyRR made their first contribution in https://github.com/StackExchange/StackExchange.Redis/pull/2410
- @kornelpal made their first contribution in https://github.com/StackExchange/StackExchange.Redis/pull/2397
Full Changelog: https://github.com/StackExchange/StackExchange.Redis/compare/2.6.96...2.6.104