MemoryLeakPreventionCheck
final class MemoryLeakPreventionCheck implements CheckInterface
Tests memory leak prevention through tag reference expiration.
Any mode: Hash fields auto-expire via HEXPIRE. All mode: Sorted set entries cleaned via ZREMRANGEBYSCORE.
Hypervel only supports lazy cleanup mode (orphans cleaned by scheduled command).
Methods
string
name()
Get the human-readable name of this check.
Details
at line 20
string
name()
Get the human-readable name of this check.
at line 25
CheckResult
run(DoctorContext $context)
Run the check and return results.