class CommandFailed

Properties

string $connectionName

The Redis connection name.

Methods

__construct(string $command, array $parameters, Throwable $exception, RedisConnection $connection, float|null $time = null)

Create a new event instance.

Details

at line 22
__construct(string $command, array $parameters, Throwable $exception, RedisConnection $connection, float|null $time = null)

Create a new event instance.

Parameters

string $command
array $parameters
Throwable $exception
RedisConnection $connection
float|null $time

duration in milliseconds (Hypervel enhancement — Laravel's CommandFailed does not carry timing)