Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport to net8 - Caching: SE.Redis update and fix naming inconsistency #54413

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

mgravell
Copy link
Member

@mgravell mgravell commented Mar 7, 2024

backport of #54239 to .NET 8

this improves visibility of cache metrics, in particular useful and relevant for #53255

(automatic backport failed; this is just git cherry-pick 7874b36fd8da2f8e56b23aac48954f14bafba1fe - no merge conflicts found)

Customer impact:

  • improved visibility of high-level cache usage

Regression?

No

Risk

Low

Routine library bump; new API usage is best-efforts only

* - rev to SE.Redis 2.7.27
- use new AddLibraryNameSuffix API (2.7.27)
- do not use ConfigurationOptions.Clone() - impacts key rotation
- attach suffix even if ConnectionMultiplexerFactory used (Aspire)
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares label Mar 7, 2024
@dotnet-policy-service dotnet-policy-service bot added this to the 8.0.x milestone Mar 7, 2024
@mgravell mgravell added Servicing-consider Shiproom approval is required for the issue feature-caching Includes: StackExchangeRedis and SqlServer distributed caches and removed area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares labels Mar 7, 2024
@mgravell mgravell added Servicing-approved Shiproom has approved the issue and removed Servicing-consider Shiproom approval is required for the issue labels Mar 11, 2024
@mgravell
Copy link
Member Author

approved by servicing tactics 8th /cc @wtgodbe

@wtgodbe wtgodbe merged commit d638bba into release/8.0 Mar 12, 2024
25 checks passed
@wtgodbe wtgodbe deleted the marc/backport-redis8 branch March 12, 2024 17:12
@dotnet-policy-service dotnet-policy-service bot modified the milestones: 8.0.x, 8.0.4 Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-caching Includes: StackExchangeRedis and SqlServer distributed caches Servicing-approved Shiproom has approved the issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants