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

Relax redis dependency #61

Closed
gazorby opened this issue Apr 4, 2023 · 3 comments
Closed

Relax redis dependency #61

gazorby opened this issue Apr 4, 2023 · 3 comments

Comments

@gazorby
Copy link

gazorby commented Apr 4, 2023

Hi @tobymao, great project!

redis dependency is specified as >4.2,<4.4. Any reason why we need <4.4? Not a big deal but the readme only mention >4.2

@pahrohfit
Copy link

It was failing in a few areas, as well as tossing up lots of uncaught exceptions. I just submitted a PR(#62) a few minutes ago which includes fixes and relaxed dependency (<5.0).

@tobymao
Copy link
Owner

tobymao commented Apr 4, 2023

thanks yea, redis 4.4 broke a lot of projects with their changes to errors / cancellations.

@tobymao tobymao closed this as completed Apr 4, 2023
@tobymao
Copy link
Owner

tobymao commented Apr 5, 2023

redis/redis-py#2104

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

No branches or pull requests

3 participants