Skip to content

Bad response from PING health check #341

@earonesty

Description

@earonesty

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  

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions