Predis\Collection\Iterator\HashKey::executeCommand PHP 메소드

executeCommand() 보호된 메소드

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