Closed jlopespt closed 11 months ago
Hi,
I realized I needed to maintain this method whenever there were changes in django-rq, and I wanted to avoid it.
I still listed it in the documentation here. You can maintain this as part of your code (for me personally, I wanted the option of using UNIX_SOCKET_PATH
instead of URL
).
It would be great if django-rq would have a redis_cls
parameters.
Alternatively, if you don't want to maintain the logic for the override method, you can override redis.Redis
and redis.StrictRedis
before calling django-rq.
@jlopespt did you manage? can this be closed?
Hi @cunla yes, we adapted our code. Thanks for the feedback and follow up!
Got this error message:
Noticed that this function was removed from the repository (commit 888adc0).
Was this intentional? What is the alternative to it?
Many thanks for any feedback!