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
Hello,
Well, I think django-rq is not compatible with django-redis, because each module requires different version of redis-py
django-redis (requires redis <3) Issue Link django-rq (requires redis>=3)
How you think I can solve this issue ? using both modules
thanks.
The text was updated successfully, but these errors were encountered:
django-redis 4.10 (released last October) supports redis-py >= 3. https://github.com/niwinz/django-redis/blob/master/CHANGES.txt
Sorry, something went wrong.
No branches or pull requests
Hello,
Well, I think django-rq is not compatible with django-redis, because each module requires different version of redis-py
django-redis (requires redis <3) Issue Link
django-rq (requires redis>=3)
How you think I can solve this issue ? using both modules
thanks.
The text was updated successfully, but these errors were encountered: