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 to 0.25. #306

Merged
merged 1 commit into from
Mar 13, 2024
Merged

Conversation

brocaar
Copy link
Contributor

@brocaar brocaar commented Mar 13, 2024

This updates Redis to 0.25 + updates aio::Connection to aio::MultiplexedConnection (as aio::Connection has been deprecated). I think it depends on the use-case if people want to use the same MultiplexedConnection for multiple queries, or want to create new MultiplexedConnections for each query (there are some queries that will block the MultiplexedConnection, in which case you might want to use multiple connections).

See also #305.

@bikeshedder
Copy link
Owner

@bikeshedder bikeshedder merged commit 6320449 into bikeshedder:master Mar 13, 2024
63 checks passed
@bikeshedder
Copy link
Owner

I plan on releasing deadpool 0.11 soon including the updated deadpool-redis crate. I just added a follow up issue which can now be tackled:

Thanks for the PR! 😀 👍

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