final class PhpRedisCheck implements EnvironmentCheckInterface

Checks that PHPRedis extension is installed with required version.

Requires phpredis ≥6.3.0 for full feature support (HSETEX, etc.).

Constants

private REQUIRED_VERSION

Methods

string
name()

Get the human-readable name of this check.

run()

Run the check and return results.

string|null
getFixInstructions()

Get details about how to fix a failed check.

Details

at line 20
string name()

Get the human-readable name of this check.

Return Value

string

at line 25
CheckResult run()

Run the check and return results.

Return Value

CheckResult

at line 48
string|null getFixInstructions()

Get details about how to fix a failed check.

Returns null if no specific fix instructions are needed.

Return Value

string|null