Predis\Collection\Iterator\HashKey::executeCommand PHP Method

executeCommand() protected method

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