@@ -393,13 +393,13 @@ The component includes the following built-in store types:
393393========================================================== ====== ======== ======== ======= =============
394394Store Scope Blocking Expiring Sharing Serialization
395395========================================================== ====== ======== ======== ======= =============
396+ :ref: `DoctrineDbalPostgreSqlStore <lock-store-dbal-pgsql >` remote yes no yes no
397+ :ref: `DoctrineDbalStore <lock-store-dbal >` remote retry yes no yes
396398:ref: `FlockStore <lock-store-flock >` local yes no yes no
397399:ref: `MemcachedStore <lock-store-memcached >` remote retry yes no yes
398400:ref: `MongoDbStore <lock-store-mongodb >` remote retry yes no yes
399401:ref: `PdoStore <lock-store-pdo >` remote retry yes no yes
400- :ref: `DoctrineDbalStore <lock-store-dbal >` remote retry yes no yes
401402:ref: `PostgreSqlStore <lock-store-pgsql >` remote yes no yes no
402- :ref: `DoctrineDbalPostgreSqlStore <lock-store-dbal-pgsql >` remote yes no yes no
403403:ref: `RedisStore <lock-store-redis >` remote retry yes yes yes
404404:ref: `SemaphoreStore <lock-store-semaphore >` local yes no no no
405405:ref: `ZookeeperStore <lock-store-zookeeper >` remote retry no no no
@@ -483,15 +483,15 @@ avoid stalled locks::
483483
484484The ``MongoDbStore `` takes the following ``$options `` (depending on the first parameter type):
485485
486- ============= ================================================================================================
487- Option Description
488- ============= ================================================================================================
489- gcProbability Should a TTL Index be created expressed as a probability from 0.0 to 1.0 (Defaults to `` 0.001 ``)
490- database The name of the database
491- collection The name of the collection
492- uriOptions Array of URI options for ` MongoDBClient::__construct `_
493- driverOptions Array of driver options for `MongoDBClient::__construct `_
494- ============= ================================================================================================
486+ ============== ================================================================================================
487+ Option Description
488+ ============== ================================================================================================
489+ collection The name of the collection
490+ database The name of the database
491+ driverOptions Array of driver options for ` MongoDBClient::__construct `_
492+ gcProbability Should a TTL Index be created expressed as a probability from 0.0 to 1.0 (Defaults to `` 0.001 ``)
493+ uriOptions Array of URI options for `MongoDBClient::__construct `_
494+ ============= ================================================================================================
495495
496496When the first parameter is a:
497497
0 commit comments