Closed DABND19 closed 4 months ago
Thanks for your PR.
But, as I understand it, the implementation of interaction with redis-py is specifically hidden in taskiq-redis.
You are correct, users should not bother themself with details.
@s3rius Hello. All issues have been resolved. Can you approve the PR? And then merge it to the develop branch when you need it.
Thank you very-very much for your work. And sorry for such a delay.
Amazing work.
@s3rius Hello Pavel! I have added redis sentinel support to the taskiq-redis driver. The changes are backward compatible, but perhaps it could have been done more simply, as, for example, in dramatiq: https://github.com/Bogdanp/dramatiq/blob/master/dramatiq/brokers/redis.py#L99. But, as I understand it, the implementation of interaction with redis-py is specifically hidden in taskiq-redis.