DOC-6470 document StackExchange.Redis as the main C# client#3020
Open
andy-stark-redis wants to merge 15 commits intomainfrom
Open
DOC-6470 document StackExchange.Redis as the main C# client#3020andy-stark-redis wants to merge 15 commits intomainfrom
andy-stark-redis wants to merge 15 commits intomainfrom
Conversation
Contributor
Contributor
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
dwdougherty
approved these changes
Apr 14, 2026
Contributor
Author
|
Thanks @dwdougherty ! |
mgravell
approved these changes
Apr 15, 2026
Contributor
mgravell
left a comment
There was a problem hiding this comment.
Concept seems fine to me; the pipeline example is a new one to me - I may have new tricks for that soon that make Pipeline obsolete, but that's not one for today
Contributor
Author
|
@mgravell Thanks for the review. Looking forward to seeing the pipeline replacement when it arrives :-) |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 479f402. Configure here.
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.

This basically reinterprets most of the existing NRedisStack docs as StackExchange.Redis and uses NRedisStack only for former Redis Stack features (JSON, search, etc). The example build distinguishes between examples to label them correctly and numerous links have been updated to the new location. If there are any other outstanding issues then please let me know :-)
Note
Medium Risk
Touches many docs and link targets and changes example-selection logic via new content-based filtering, so broken links or misclassified C# examples are the main risks.
Overview
Updates the documentation IA to make
StackExchange.Redisthe primary .NET/C# client and repositionNRedisStackas an extensions library for Redis Stack features (JSON/Search/vector search/TS), including new/develop/clients/dotnet/nredisstacklanding content and widespread link updates to the new paths.Adjusts the examples/build pipeline to separate C# examples into
C#-*(SE.Redis)vsC#-*(NRedisStack): addscontent_filtersupport when copying component examples, adds SE.Redis component definitions (seredis_sync/async), and updates local example processing to classify C# examples by scanning forusing NRedisStack(ignoringusing NRedisStack.Tests). UI/config is updated to surface the new client labels/order (tabs, API-methods dropdown/localStorage sync) and to map the new client names inconfig.toml/components data.Reviewed by Cursor Bugbot for commit 101cd89. Bugbot is set up for automated code reviews on this repo. Configure here.