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

spring.redis.cluster.max-redirects is ineffective #16271

Closed
brucelwl opened this issue Mar 20, 2019 · 3 comments
Closed

spring.redis.cluster.max-redirects is ineffective #16271

brucelwl opened this issue Mar 20, 2019 · 3 comments
Labels
for: external-project For an external project and not something we can fix

Comments

@brucelwl
Copy link

spring.redis.cluster.max-redirects is ineffective when user the LettuceConnectionFactory, This value is always the default 5

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 20, 2019
@snicoll
Copy link
Member

snicoll commented Mar 20, 2019

@brucelwl thanks for the report but @mp911de just confirmed this was an issue in Spring Data Redis, see DATAREDIS-949.

@snicoll snicoll closed this as completed Mar 20, 2019
@snicoll snicoll added for: external-project For an external project and not something we can fix and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 20, 2019
@mp911de
Copy link
Member

mp911de commented Mar 20, 2019

As workaround: Configure yourself ClusterClientOptions with the appropriate maxRedirects value and apply it through LettuceClientConfigurationBuilderCustomizer .

@brucelwl
Copy link
Author

@mp911de Thank you for your reply. this is a solution, but I still hope to modify this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: external-project For an external project and not something we can fix
Projects
None yet
Development

No branches or pull requests

4 participants