CLUSTER COUNT-FAILURE-REPORTS node-id

    Time complexity: O(N) where N is the number of failure reports

    A few more details:

    • Nodes in state are provided in gossip sections of heartbeat packets.
    • Each failure report has a time to live of two times the node timeout time.

    This command is mainly useful for debugging, when the failure detector of Redis Cluster is not operating as we believe it should.