Update dependency StackExchange.Redis to 2.9.11 #295
+2
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.8.0
->2.9.11
Release Notes
StackExchange/StackExchange.Redis (StackExchange.Redis)
v2.9.11
Compare Source
What's Changed
HGETDEL
,HGETEX
andHSETEX
support (#2863 by atakavci)Condition.SortedSet[Not]ContainsStarting
condition for transactions (#2638 by ArnoKoll)XPENDING IDLE
time filter (#2822 by david-brink-talogy)GetServer(RedisKey, ...)
API (#2936 by mgravell)double
formatting performance on net8+ and fix equality incorrectness re special doubles by @mgravell in https://github.com/StackExchange/StackExchange.Redis/pull/2928SetIntersectionLength
andSortedSet{Combine[WithScores]|IntersectionLength}
(#2863 by mgravell)StreamAdd
message (#2941 by mgravell)New Contributors
Full Changelog: StackExchange/StackExchange.Redis@2.8.58...2.9.11
v2.8.58
Compare Source
What's Changed
New Contributors
Full Changelog: StackExchange/StackExchange.Redis@2.8.47...2.8.58
v2.8.47
Compare Source
What's Changed
Full Changelog: StackExchange/StackExchange.Redis@2.8.41...2.8.47
v2.8.41
Compare Source
What's Changed
Sharded pub/sub operations are where the pub/sub channels are distributed over a multi-node redis cluster using similar slot rules to keys; all such operations (for both "pub" and "sub") must be communicated to the correct node. This contrasts to regular/legacy pub/sub where you can "pub" or "sub" to any node, and the message is broadcast horizontally via all nodes in the cluster. To use sharded operations, use the
RedisChannel.Sharded
API when constructing channels. There is no concept of pattern-based sharded pub/sub.Full Changelog: StackExchange/StackExchange.Redis@2.8.37...2.8.41
v2.8.37
Compare Source
What's Changed
ConfigurationOptions.SetUserPemCertificate(...)
andConfigurationOptions.SetUserPfxCertificate(...)
methods to simplify using client certificates (#2873 by @mgravell)AuthenticateAsClient
to fully async after dropping older framework support, to help client thread starvation in cases TLS negotiation stalls server-side (#2878 by @NickCraver)New Contributors
Full Changelog: StackExchange/StackExchange.Redis@2.8.31...2.8.37
v2.8.31
What's Changed
IReconnectRetryPolicy
timing in the case that a node that was present disconnects indefinitely (#2856 by @NickCraver)New Contributors
Full Changelog: StackExchange/StackExchange.Redis@2.8.24...2.8.31
v2.8.24
Compare Source
What's Changed
UNWATCH
(#2824 by @mgravell)Full Changelog: StackExchange/StackExchange.Redis@2.8.22...2.8.24
v2.8.22
Compare Source
What's Changed
4.0.0
to6.0.0
for Azure Redis resources (#2810 by @philon-msft)Microsoft.Bcl.AsyncInterfaces
dependency from5.0.0
to6.0.0
(#2820 by @NickCraver)Full Changelog: StackExchange/StackExchange.Redis@2.8.16...2.8.22
v2.8.16
Compare Source
What's Changed
HeartbeatConsistencyChecks
is enabled (#2795 by @NickCraver)Full Changelog: StackExchange/StackExchange.Redis@2.8.14...2.8.16
v2.8.14
Compare Source
What's Changed
New Contributors
Full Changelog: StackExchange/StackExchange.Redis@2.8.12...2.8.14
v2.8.12
Compare Source
What's Changed
HSCAN NOVALUES
(see #2721) (#2722 by @atakavci)CheckInfoReplication
even withHeartbeatConsistencyChecks
(#2784 by @NickCraver and @leachdaniel-clark)New Contributors
Full Changelog: StackExchange/StackExchange.Redis@2.8.0...2.8.12
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.