2.7.4
版本发布时间: 2023-10-31 23:02:34
StackExchange/StackExchange.Redis最新发布版本:2.7.4(2023-10-31 23:02:34)
- Add: RESP3 support (#2396 by @mgravell) - see https://stackexchange.github.io/StackExchange.Redis/Resp3
- Fix #2507: Pub/sub with multi-item payloads should be usable (#2508 by @mgravell)
- Add: connection-id tracking (internal only, no public API) (#2508 by @mgravell)
- Add:
ConfigurationOptions.LoggerFactory
for logging to anILoggerFactory
(e.g.ILogger
) all connection and error events (#2051 by @NickCraver) - Fix #2467: Add StreamGroupInfo EntriesRead and Lag (#2510 by @tvdias)