Open
Conversation
Contributor
Contributor
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
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 1e025e8. Configure here.
Contributor
Author
|
@dwdougherty Thanks for reviewing this (again!) Hopefully won't change too much more :-) |
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: several skeleton use case examples are in place but only the session store landing page and it's Python implementation are in the proposed final format. I'll get the other pages into shape when we're happy with the sample session store pages.
This provides some use case examples with runnable code demos for all the main client libraries. Some points to note:
All feedback is welcome, especially about the general integration of the code with the main use case info.
Note
Low Risk
Docs-only updates that expand and restructure the session store use-case content; risk is limited to navigation/SEO and potential wording regressions.
Overview
Improves the use-cases docs IA and session-store narrative. The use-cases index now hides list links and simplifies the displayed list items, and the session-store landing page is rewritten/expanded with clearer sections (when to use, why it’s hard, expected outcomes, how Redis helps, ecosystem) plus a reorganized list of code examples.
Refines per-language session-store example pages and the Python example content. Example pages update frontmatter (notably
linkTitle/titles and the .NET description) for consistent labeling. Theredis-pysession-store guide is enhanced to documentTTL, describe reserved fields explicitly, and update examples to useWATCH/MULTI/EXECfor atomic TTL refresh, while adding documented helper operations likeupdate_session,set_session_ttl,get_ttl, anddelete_session.Reviewed by Cursor Bugbot for commit 531cb4c. Bugbot is set up for automated code reviews on this repo. Configure here.