ConcurrencyCheck
final class ConcurrencyCheck implements CheckInterface
Tests Redis atomicity under concurrent coroutine operations.
Methods
void
setOutput(OutputInterface $output)
No description
string
name()
Get the human-readable name of this check.
Details
at line 23
void
setOutput(OutputInterface $output)
No description
at line 28
string
name()
Get the human-readable name of this check.
at line 33
CheckResult
run(DoctorContext $context)
Run the check and return results.