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

executeCommand() protected method

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