@@ -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
@@ -479,12 +479,12 @@ The ``MongoDbStore`` takes the following ``$options`` (depending on the first pa
479479============== ================================================================================================
480480Option Description
481481============== ================================================================================================
482+ collection The name of the collection
483+ database The name of the database
484+ driverOptions Array of driver options for `MongoDBClient::__construct `_
482485gcProbability Should a TTL Index be created expressed as a probability from 0.0 to 1.0 (Defaults to ``0.001 ``)
483486gcProbablity Same as ``gcProbability ``, see the deprecation note below
484- database The name of the database
485- collection The name of the collection
486487uriOptions Array of URI options for `MongoDBClient::__construct `_
487- driverOptions Array of driver options for `MongoDBClient::__construct `_
488488============= ================================================================================================
489489
490490.. deprecated :: 6.3
0 commit comments