@@ -389,13 +389,13 @@ The component includes the following built-in store types:
389389========================================================== ====== ======== ======== ======= =============
390390Store Scope Blocking Expiring Sharing Serialization
391391========================================================== ====== ======== ======== ======= =============
392+ :ref: `DoctrineDbalPostgreSqlStore <lock-store-dbal-pgsql >` remote yes no yes no
393+ :ref: `DoctrineDbalStore <lock-store-dbal >` remote retry yes no yes
392394:ref: `FlockStore <lock-store-flock >` local yes no yes no
393395:ref: `MemcachedStore <lock-store-memcached >` remote retry yes no yes
394396:ref: `MongoDbStore <lock-store-mongodb >` remote retry yes no yes
395397:ref: `PdoStore <lock-store-pdo >` remote retry yes no yes
396- :ref: `DoctrineDbalStore <lock-store-dbal >` remote retry yes no yes
397398:ref: `PostgreSqlStore <lock-store-pgsql >` remote yes no yes no
398- :ref: `DoctrineDbalPostgreSqlStore <lock-store-dbal-pgsql >` remote yes no yes no
399399:ref: `RedisStore <lock-store-redis >` remote retry yes yes yes
400400:ref: `SemaphoreStore <lock-store-semaphore >` local yes no no no
401401:ref: `ZookeeperStore <lock-store-zookeeper >` remote retry no no no
@@ -482,15 +482,15 @@ avoid stalled locks::
482482
483483The ``MongoDbStore `` takes the following ``$options `` (depending on the first parameter type):
484484
485- ============= ================================================================================================
486- Option Description
487- ============= ================================================================================================
488- gcProbability Should a TTL Index be created expressed as a probability from 0.0 to 1.0 (Defaults to `` 0.001 ``)
489- database The name of the database
490- collection The name of the collection
491- uriOptions Array of URI options for ` MongoDBClient::__construct `_
492- driverOptions Array of driver options for `MongoDBClient::__construct `_
493- ============= ================================================================================================
485+ ============== ================================================================================================
486+ Option Description
487+ ============== ================================================================================================
488+ collection The name of the collection
489+ database The name of the database
490+ driverOptions Array of driver options for ` MongoDBClient::__construct `_
491+ gcProbability Should a TTL Index be created expressed as a probability from 0.0 to 1.0 (Defaults to `` 0.001 ``)
492+ uriOptions Array of URI options for `MongoDBClient::__construct `_
493+ ============= ================================================================================================
494494
495495When the first parameter is a:
496496
0 commit comments