d33m00n

Results 6 comments of d33m00n

Funny that Parallels advertises that it works.

Having the same issue with pipelines. Solved using this hack: ```python async def redis_connect_func_patch(self: AbstractConnection): async def _noop(_): pass await self.retry.call_with_retry( do=lambda: self.on_connect_check_health(check_health=True), fail=_noop, ) redis = Redis( protocol=3, retry_on_error=[...

@Tasssadar is everything good with the PR? Any changes you'd like to add?