Skip to content

Conversation

@mergify
Copy link
Contributor

@mergify mergify bot commented Jan 10, 2022

This is an automatic backport of pull request #3108 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

Fixes #3106

The `Redis.pipeline` function that we wrap is not an async function
but our wrapper was. This meant we were changing the signature and
return type of the original wrapped function, causing an incompatibility
when used with `async with` statements.

Original function: https://github.com/aio-libs/aioredis-py/blob/224f843bd4b33d657770bded6f86ce33b881257c/aioredis/client.py#L930-L942

(cherry picked from commit d91a8ff)
@brettlangdon brettlangdon merged commit 20d5823 into 0.57 Jan 10, 2022
@brettlangdon brettlangdon deleted the mergify/bp/0.57/pr-3108 branch January 10, 2022 17:38
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