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

django-rq is not compatible with django-redis #330

Closed
Iliyass opened this issue Mar 22, 2019 · 1 comment
Closed

django-rq is not compatible with django-redis #330

Iliyass opened this issue Mar 22, 2019 · 1 comment

Comments

@Iliyass
Copy link

Iliyass commented Mar 22, 2019

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.

@selwin
Copy link
Collaborator

selwin commented Mar 30, 2019

django-redis 4.10 (released last October) supports redis-py >= 3. https://github.com/niwinz/django-redis/blob/master/CHANGES.txt

@selwin selwin closed this as completed Mar 30, 2019
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

2 participants