메소드 | 설명 | |
---|---|---|
__call ( string $method, array $arguments ) : mixed | Sends the specified command with its arguments to Redis. | |
execute ( mixed $callable = null ) : array | Starts the execution of the context. | |
executeCommand ( Predis\Command\CommandInterface $command ) : mixed | Sends the specified command instance to Redis. |
public executeCommand ( Predis\Command\CommandInterface $command ) : mixed | ||
$command | Predis\Command\CommandInterface | Command instance. |
리턴 | mixed |