Predis\Collection\Iterator\SetKey::executeCommand PHP Méthode

executeCommand() protected méthode

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