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

Add support for redis-py 4.2.0 #329

Closed
ca-simone-chiorazzo opened this issue Mar 29, 2022 · 3 comments
Closed

Add support for redis-py 4.2.0 #329

ca-simone-chiorazzo opened this issue Mar 29, 2022 · 3 comments

Comments

@ca-simone-chiorazzo
Copy link

It would be great to have support for the new release of redis-py, that now includes also aioredis.

I've tried to install it, but I've got the following compatibility error

pip install fakeredis==1.7.1
...
The conflict is caused by:
    <my_package> depends on redis>=4.2.0
    fakeredis 1.7.1 depends on redis<4.2.0

@cunla
Copy link

cunla commented May 9, 2022

Fixed on v1.7.4 published from here: https://github.com/dsoftwareinc/fakeredis-py.
@bmerry this can be closed

@bmerry
Copy link
Collaborator

bmerry commented May 9, 2022

fakeredis 1.7.4 now supports redis-py 4.2.2.

@bmerry bmerry closed this as completed May 9, 2022
@ca-simone-chiorazzo
Copy link
Author

Awesome! Thanks :)

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