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 aioredlock to support redis>=5.0.0 #111

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

shehab-plutoflume
Copy link

@shehab-plutoflume shehab-plutoflume commented Jan 22, 2025

The aioredis library is no longer supported (have been merged into redis-py) and does not work with python 3.11 (aio-libs-abandoned/aioredis-py#1409 ).

This PR fixes aioredlock by removing the usage of aioredis with redis>=5.0.0.

  • Bump library to support Python 3.11, 3.12
  • Drop support for Python 3.7, 3.8

@shehab-plutoflume
Copy link
Author

Passes unit tests
Screenshot 2025-01-22 at 22 37 56

Passes acceptance tests
Screenshot 2025-01-22 at 22 39 03

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.

1 participant