Predis\ClientInterface::executeCommand PHP Méthode

executeCommand() public méthode

Executes the specified Redis command.
public executeCommand ( Predis\Command\CommandInterface $command ) : mixed
$command Predis\Command\CommandInterface Command instance.
Résultat mixed
    public function executeCommand(CommandInterface $command);