We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Fixed on v1.7.4 published from here: https://github.com/dsoftwareinc/fakeredis-py. @bmerry this can be closed
Sorry, something went wrong.
fakeredis 1.7.4 now supports redis-py 4.2.2.
Awesome! Thanks :)
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: