Hi, if you specify a health_check_interval with FakeAsyncRedis, it fails
health_check_interval=timeout,
My workaround that doesn't require me to install FakeRedis in my main codebase to get isinstance to work:
if redis.Redis.__name__.endswith("FakeRedis"):
health_check_interval = None