Skip to content

Conversation

@bsbodden
Copy link
Collaborator

…omplete (#673)

When both withScore() and withPayload() options are enabled, the code incorrectly passed the Tuple object directly to the hash lookup instead of extracting the string element first.

This caused a ClassCastException: "class redis.clients.jedis.resps.Tuple cannot be cast to class java.lang.String"

Closes #673

…omplete (#673)

When both withScore() and withPayload() options are enabled, the code
incorrectly passed the Tuple object directly to the hash lookup instead
of extracting the string element first.

This caused a ClassCastException: "class redis.clients.jedis.resps.Tuple
cannot be cast to class java.lang.String"

Closes #673
@bsbodden bsbodden self-assigned this Nov 26, 2025
@bsbodden bsbodden merged commit 9ca673e into 1.0.x-spring-boot-3.4 Nov 26, 2025
4 checks passed
@bsbodden bsbodden deleted the bsb/issue-673-for-3-4 branch November 26, 2025 16:35
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.

2 participants