class CommandExecuted (View source)
string | $command | The Redis command that was executed. | |
array | $parameters | The array of command parameters. | |
float | $time | The number of milliseconds it took to execute the command. | |
Connection | $connection | The Redis connection instance. | |
string | $connectionName | The Redis connection name. |
void | __construct(string $command, array $parameters, float|null $time, Connection $connection) Create a new event instance. |
Create a new event instance.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Redis/Events/CommandExecuted.html