Predis\Collection\Iterator\HashKey::executeCommand PHP Метод

executeCommand() защищенный Метод

protected executeCommand ( )
    protected function executeCommand()
    {
        return $this->client->hscan($this->key, $this->cursor, $this->getScanOptions());
    }