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.

run(DoctorContext $context)

Run the check and return results.

Details

at line 20
string name()

Get the human-readable name of this check.

Return Value

string

at line 25
CheckResult run(DoctorContext $context)

Run the check and return results.

Parameters

DoctorContext $context

Return Value

CheckResult