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

boost: decode from redis and save to redis #15

Conversation

benetis
Copy link
Collaborator

@benetis benetis commented Mar 28, 2024

Problems with decoding varchar, as it gets treated as varbinary.

@benetis benetis marked this pull request as ready for review March 28, 2024 03:34
cacheHit = false
}

cacheHit = true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be reached always

var decodeErr error
var decodedResults *sqltypes.Result

if redisResults == "" || err != nil {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets log error at least

@DeathBorn DeathBorn merged commit 862d7b5 into origin/vinted/11-0-4-backport-11-boost Mar 28, 2024
21 of 151 checks passed
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