Class FailedCommandsDetector

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

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