Predis\ClientInterface::createCommand PHP 메소드

createCommand() 공개 메소드

Creates a new instance of the specified Redis command.
public createCommand ( string $method, array $arguments = [] ) : Predis\Command\CommandInterface
$method string Command ID.
$arguments array Arguments for the command.
리턴 Predis\Command\CommandInterface
    public function createCommand($method, $arguments = array());