Spring Boot 3.4 fails to connect to Redis executing CLIENT SETINFO results in the error: ERR unknown command. #3071
Labels
for: external-project
For an external project and not something we can fix
Issue
When the "spring.data.redis.database" parameter is set to a non-zero value, Spring Boot 3.4 fails to connect due to an error in executing CLIENT SETINFO, resulting in the error message: ERR unknown command.
Additionally, this issue does not occur in Spring Data Redis 3.2.
Stack trace
Error log
tcpdump analysis
redis 7.2 supports the CLIENT SETINFO command
https://redis.io/docs/latest/commands/client-setinfo/
Environment
The text was updated successfully, but these errors were encountered: