Add FusionCache integration page for C#/.NET#2870
Merged
mich-elle-luna merged 8 commits intomainfrom Mar 10, 2026
Merged
Conversation
Contributor
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
andy-stark-redis
approved these changes
Mar 10, 2026
Contributor
andy-stark-redis
left a comment
There was a problem hiding this comment.
A few style suggestions (I think the AI has picked up on the slightly zany style of the Github site) but basically LGTM.
|
|
||
| ## Overview | ||
|
|
||
| FusionCache can transparently handle multiple cache levels by mixing a memory cache and a distributed cache together, getting the best of both worlds. It allows for a sophisticated yet incredibly easy to use developer experience by handling all the complexities of a modern, fast and robust hybrid cache that can deal with the most complex and demanding scenarios. When coupled with Redis, performance, robustness and scaling will not be a problem anymore. |
Contributor
There was a problem hiding this comment.
Is "will not be a problem anymore" a bit too much like marketing? Not sure.
Collaborator
Author
There was a problem hiding this comment.
I think it is ok, thank you!
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
SA team request to add this to our integrations page.
Note
Low Risk
Low risk: adds a new documentation page only, with no product code or runtime behavior changes.
Overview
Adds a new
FusionCacheintegration page undercontent/integrate/describing the library’s key features and providing install/getting-started snippets for using FusionCache with Redis (including shared multiplexer setup), plus links to upstream docs and NuGet packages.Written by Cursor Bugbot for commit ad3eacc. This will update automatically on new commits. Configure here.