Skip to content

can't connect to redis #43769

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

Closed
cjdxhjj opened this issue Jan 10, 2025 · 1 comment
Closed

can't connect to redis #43769

cjdxhjj opened this issue Jan 10, 2025 · 1 comment
Labels
status: duplicate A duplicate of another issue

Comments

@cjdxhjj
Copy link

cjdxhjj commented Jan 10, 2025

i recently upgrade to spring boot 3.4.1
and found lettuce can't connect to redis, i searched the web found my redis server is only support resp2 protocol(redis server version is 3.0)

when i set the protocol to resp2, it connect success
image

the redis auto configurator has no property about thr protocol
image
image
and did not set the protocol at all
image

when i use spring data redis with auto configuration, it report the error
image

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 10, 2025
@wilkinsona
Copy link
Member

Duplicates #43609. Please try Spring Boot 3.4.2-SNAPSHOT that's available from https://repo.spring.io/snapshot. If that doesn't help, please provide a minimal sample that reproduces the problem with 3.4.2-SNAPSHOT and we can re-open this issue and investigate.

@wilkinsona wilkinsona closed this as not planned Won't fix, can't repro, duplicate, stale Jan 10, 2025
@wilkinsona wilkinsona added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants