Skip to content

Commit edd1668

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: [Lock] Sort some table contents alphabetically
2 parents 4e5bee0 + 5cce5af commit edd1668

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

components/lock.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -389,13 +389,13 @@ The component includes the following built-in store types:
389389
========================================================== ====== ======== ======== ======= =============
390390
Store 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

483483
The ``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

495495
When the first parameter is a:
496496

0 commit comments

Comments
 (0)