DOC-6619 Streaming use case examples#3321
Merged
Merged
Conversation
Contributor
Contributor
❌ Jit Scanner failed - Our team is investigatingJit Scanner failed - Our team has been notified and is working to resolve the issue. Please contact support if you have any questions. 💡 Need to bypass this check? Comment |
dwdougherty
approved these changes
May 14, 2026
Collaborator
dwdougherty
left a comment
There was a problem hiding this comment.
LGTM. Head's up: 8.8 adds an XNACK command that might be useful here.
Contributor
Author
|
@dwdougherty Thanks for the review and for the tip about XNACK :-) |
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.
Note
Low Risk
Primarily adds documentation and sample/demo code; low risk to existing functionality, though the new examples are large and should be sanity-checked for correctness around
XAUTOCLAIMandDELCONSUMERflows.Overview
Adds a new Redis streaming use case section (
content/develop/use-cases/streaming/_index.md) and publishes two end-to-end, runnable examples for Streams consumer groups in Go (go-redis) and .NET (StackExchange.Redis), including small local web UIs that can produce events, inspect group/PEL state, replay viaXRANGE, trim retention, and triggerXAUTOCLAIMrecovery.Extends the Redis use-case port audit checklist with new rules covering (1) client-library
XAUTOCLAIMwrappers that drop the Redis 7+ deleted-IDs slot and (2) safety requirements for handover-then-delete when removing a consumer (XCLAIM/XPENDINGbeforeXGROUP DELCONSUMER).Reviewed by Cursor Bugbot for commit 94f0d7a. Bugbot is set up for automated code reviews on this repo. Configure here.