Update dependency StackExchange.Redis to 2.8.41 #237

Merged
renovate merged 1 commits from renovate/stackexchange.redis-2.x into main 2025-06-15 02:05:19 +00:00
Member

This PR contains the following updates:

Package Type Update Change
StackExchange.Redis (source) nuget patch 2.8.37 -> 2.8.41

Release Notes

StackExchange/StackExchange.Redis (StackExchange.Redis)

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: https://github.com/StackExchange/StackExchange.Redis/compare/2.8.37...2.8.41


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/) ([source](https://github.com/StackExchange/StackExchange.Redis)) | nuget | patch | `2.8.37` -> `2.8.41` | --- ### Release Notes <details> <summary>StackExchange/StackExchange.Redis (StackExchange.Redis)</summary> ### [`v2.8.41`](https://github.com/StackExchange/StackExchange.Redis/releases/tag/2.8.41) [Compare Source](https://github.com/StackExchange/StackExchange.Redis/compare/2.8.37...2.8.41) #### What's Changed - Support sharded pubsub commands by [@&#8203;mgravell](https://github.com/mgravell) [@&#8203;vandyvilla](https://github.com/vandyvilla) [@&#8203;atakavci](https://github.com/atakavci) [@&#8203;xli](https://github.com/xli) in https://github.com/StackExchange/StackExchange.Redis/pull/2887 [Sharded pub/sub operations](https://redis.io/docs/latest/commands/spublish/) 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**: https://github.com/StackExchange/StackExchange.Redis/compare/2.8.37...2.8.41 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-06-15 02:05:16 +00:00
Update dependency StackExchange.Redis to 2.8.41
Some checks failed
renovate / renovate (push) Has been cancelled
28ffcafdcd
renovate scheduled this pull request to auto merge when all checks succeed 2025-06-15 02:05:17 +00:00
renovate merged commit 28ffcafdcd into main 2025-06-15 02:05:19 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: training/voting-example#237