Skip to content

Conversation

@professorice
Copy link

  • Add username field and builder method to RedisStoreBuilder
  • Update JedisPool constructor to pass username parameter
  • Add getUsername() method to RedisURIComponents for URI parsing
  • Update Jedis dependency to 7.1.0 (minimum 3.6.0 for ACL support)
  • Update README with authentication documentation

This enables Redis 6.0+ ACL authentication with username/password pairs, in addition to the existing password-only authentication.

Requirements

  • I have added test coverage for new or changed functionality
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions

Related issues

Provide links to any issues in this repository or elsewhere relating to this pull request.

Describe the solution you've provided

Provide a clear and concise description of what you expect to happen.

Describe alternatives you've considered

Provide a clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context about the pull request here.

- Add username field and builder method to RedisStoreBuilder
- Update JedisPool constructor to pass username parameter
- Add getUsername() method to RedisURIComponents for URI parsing
- Update Jedis dependency to 7.1.0 (minimum 3.6.0 for ACL support)
- Update README with authentication documentation

This enables Redis 6.0+ ACL authentication with username/password pairs,
in addition to the existing password-only authentication.
@professorice professorice requested a review from a team as a code owner December 16, 2025 19:07
@professorice professorice changed the title Add username/password authentication support for Redis 6.0+ feat(java-server-sdk-redis-store): Add username/password authentication support for Redis 6.0+ Dec 16, 2025
@professorice professorice changed the title feat(java-server-sdk-redis-store): Add username/password authentication support for Redis 6.0+ feat (java-server-sdk-redis-store): Add username/password authentication support for Redis 6.0+ Dec 16, 2025
@professorice professorice changed the title feat (java-server-sdk-redis-store): Add username/password authentication support for Redis 6.0+ feat(java-server-sdk-redis-store): Add username/password authentication support for Redis 6.0+ Dec 16, 2025
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.

1 participant