Conversation
Contributor
🧠 Redis MemoryFound 5 related items from repository history (5 new this commit):
Memory updated at 514308e |
Contributor
abrookins
marked this pull request as draft
September 17, 2026 22:38
Author
|
I should combine this with #4001 and tighten it up |
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.
Summary
Document how to discover session IDs by namespace, optionally combined with an owner filter. Add curl examples and explain exact ID matching, pagination, and the conflict with
includeAll=true. Add the matchingnamespaceRefquery parameter to the API reference.How Has This Been Tested?
git diff --checkpasses.The examples were validated with a fixture, not a deployed service.
CI on
514308efbcompleted: 97 checks passed, three configured jobs skipped (RDI build/deploy and the production-only 404 deployment), and no failures or pending checks. All versioned builds and staging deployments passed.Linked Items
Based on #4001, which adds the Sessions page and namespace examples. Merge after that PR and availability of the namespace session filter.
Breaking Changes
None.
Checklist
Note
Low Risk
Documentation and OpenAPI metadata only; no runtime or behavioral code changes.
Overview
Documents how to list session IDs via
GET /v1/stores/{storeId}/session-memory, with emphasis on the newnamespaceRefquery filter and how it interacts with existingfilterOwnerIdandincludeAll.The OpenAPI spec for
ListSessionsnow includesnamespaceRef: exact, case-sensitive match on stable namespace ID; excludes deprecated label-only sessions and descendant namespaces; AND-combined withfilterOwnerId; mutually exclusive withincludeAll.The sessions guide adds a List sessions section with curl examples (namespace-only, namespace + owner, and
includeAll=true), notes on filter semantics and pagination (items,total,pageToken), and a link to the API reference.Reviewed by Cursor Bugbot for commit 514308e. Bugbot is set up for automated code reviews on this repo. Configure here.