Class FailedCommandsTimeoutDetector

java.lang.Object
org.redisson.client.FailedCommandsDetector
org.redisson.client.FailedCommandsTimeoutDetector
All Implemented Interfaces:
FailedNodeDetector

public class FailedCommandsTimeoutDetector extends FailedCommandsDetector
Detects failed Redis node if it has certain amount of command execution timeout errors failedCommandsLimit in checkInterval time interval.
Author:
Nikita Koksharov