Skip to content

dependencies: Update go-redis from v9.10.0 to v9.20.1#8815

Open
beautifulentropy wants to merge 1 commit into
mainfrom
update-go-redis-again
Open

dependencies: Update go-redis from v9.10.0 to v9.20.1#8815
beautifulentropy wants to merge 1 commit into
mainfrom
update-go-redis-again

Conversation

@beautifulentropy

@beautifulentropy beautifulentropy commented Jun 19, 2026

Copy link
Copy Markdown
Member

Mostly motivated by redis/go-redis#3403 a fix for redis/go-redis#3402 which was shipped in https://github.com/redis/go-redis/releases/tag/v9.12.0. At present this bug is causing us to swallow DialTimeout errors for pipelined Redis reads (the only kind of reads we do in Production). This results in an empty value being passed back to *RedisSource.BatchGet() which cannot be parsed into an int64 thus giving the appearance of empty Redis keys.

Fixes #8816

@beautifulentropy beautifulentropy marked this pull request as ready for review June 19, 2026 00:33
@beautifulentropy beautifulentropy requested a review from a team as a code owner June 19, 2026 00:33
@beautifulentropy beautifulentropy requested a review from jsha June 19, 2026 00:33
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.

Issue with transient empty Redis keys observed in Staging and Production

1 participant