HashStructuresCheck
final class HashStructuresCheck implements CheckInterface
Verifies Redis hash structures are created correctly.
This check is any mode only (all mode uses sorted sets instead).
Methods
string
name()
Get the human-readable name of this check.
Details
at line 17
string
name()
Get the human-readable name of this check.
at line 22
CheckResult
run(DoctorContext $context)
Run the check and return results.