Skip to content

Conversation

@markphelps
Copy link
Contributor

Fixes issue #375 - Missing documentation for Redis mode parameter

This PR adds the missing mode parameter documentation for Redis session storage configuration.

Changes

  • Add mode parameter to Redis session storage examples in authentication.mdx
  • Include mode parameter in Redis properties table in overview.mdx
  • Document that mode must be either 'single' or 'cluster'
  • Add cluster configuration example

The mode parameter is required and must be set to either single (for standalone Redis instances) or cluster (for Redis cluster setups). Without this parameter, users were getting "invalid redis cache mode" errors.

Generated with Claude Code

- Add mode parameter to Redis session storage examples in authentication.mdx
- Include mode parameter in Redis properties table in overview.mdx
- Document that mode must be either 'single' or 'cluster'
- Add cluster configuration example
- Fixes missing documentation for Redis mode configuration

Co-authored-by: Mark Phelps <[email protected]>
@markphelps markphelps requested a review from a team as a code owner October 30, 2025 13:30
@markphelps markphelps merged commit bdf0c6e into main Oct 31, 2025
3 checks passed
@markphelps markphelps deleted the claude/issue-375-20251029-2300 branch October 31, 2025 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants