DominionEnterprises\Mongo\QueueInterface::ensureCountIndex PHP Method

ensureCountIndex() public method

Ensure an index for the count() method.
public ensureCountIndex ( array $fields, boolean $includeRunning ) : void
$fields array fields in count() call to index in same format as \MongoDB\Collection::createIndex()
$includeRunning boolean whether to include the running field in the index
return void
    public function ensureCountIndex(array $fields, $includeRunning);