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

Update redis-rs #1418

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Update redis-rs #1418

merged 1 commit into from
Jan 22, 2024

Conversation

rukai
Copy link
Member

@rukai rukai commented Jan 10, 2024

As of redis-rs v0.24 a handshake of sorts was introduced and 2 CLIENT SETINFO requests are sent to redis/shotover when a new connection is created, this caused various problems for our integration tests which relied on the fact that there was no handshake.
This PR addresses those issues as part of upgrading our tests to redis 0.24.
Additionally fred + rustls was updated which needed some changes similar to #1387

@rukai rukai force-pushed the update_redis branch 4 times, most recently from 964a3af to dd8155d Compare January 21, 2024 22:52
@rukai rukai marked this pull request as ready for review January 21, 2024 23:27
@rukai rukai requested a review from conorbros January 22, 2024 00:09
@rukai rukai merged commit 71c024e into shotover:main Jan 22, 2024
40 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.

3 participants