class
Illuminate
/
Redis
/
Events
/
CommandExecuted
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
CommandExecuted
Properties
public
$command string
The Redis command that was executed.
Default: null
public
$parameters array
The array of command parameters.
Default: null
public
$time float
The number of milliseconds it took to execute the command.
Default: null
public
$connectionName string
The Redis connection name.
Default: null
Methods
public
__construct ( $command , $parameters , $time , $connection ) : void
Create a new event instance.
Parameters
- $command string
- $parameters array
- $time float|null
- $connection Connection