Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RedisClusterConfiguration.maxRedirects is not applied for Lettuce [DATAREDIS-949] #1523

Closed
spring-projects-issues opened this issue Mar 20, 2019 · 1 comment
Assignees
Labels
in: core Issues in core support in: lettuce Lettuce driver type: task A general task

Comments

@spring-projects-issues
Copy link

Mark Paluch opened DATAREDIS-949 and commented

The configuration value from RedisClusterConfiguration.maxRedirects is not applied to Lettuce. Lettuce uses ClusterClientOptions to transport maxRedirects. We're creating already a ClientOptions object in LettuceClientConfigurationBuilder.

We need to copy over settings to ClusterClientOptions and apply maxRedirects


Affects: 2.0.13 (Kay SR13), 2.2 M2 (Moore), 2.1.5 (Lovelace SR5)

Reference URL: spring-projects/spring-boot#16271

Referenced from: pull request #417, and commits a0e3dca, 9ce10bb, 50818fb, ba53050, 2cb3e05, c632b69

Backported to: 2.1.6 (Lovelace SR6)

@spring-projects-issues
Copy link
Author

Mark Paluch commented

Should be backported to 2.1.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core support in: lettuce Lettuce driver type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants