Skip to content

Commit 8276380

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: [Lock] Sort some table contents alphabetically
2 parents 59faf76 + edd1668 commit 8276380

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
@@ -398,13 +398,13 @@ The component includes the following built-in store types:
398398
========================================================== ====== ======== ======== ======= =============
399399
Store Scope Blocking Expiring Sharing Serialization
400400
========================================================== ====== ======== ======== ======= =============
401+
:ref:`DoctrineDbalPostgreSqlStore <lock-store-dbal-pgsql>` remote yes no yes no
402+
:ref:`DoctrineDbalStore <lock-store-dbal>` remote retry yes no yes
401403
:ref:`FlockStore <lock-store-flock>` local yes no yes no
402404
:ref:`MemcachedStore <lock-store-memcached>` remote retry yes no yes
403405
:ref:`MongoDbStore <lock-store-mongodb>` remote retry yes no yes
404406
:ref:`PdoStore <lock-store-pdo>` remote retry yes no yes
405-
:ref:`DoctrineDbalStore <lock-store-dbal>` remote retry yes no yes
406407
:ref:`PostgreSqlStore <lock-store-pgsql>` remote yes no yes no
407-
:ref:`DoctrineDbalPostgreSqlStore <lock-store-dbal-pgsql>` remote yes no yes no
408408
:ref:`RedisStore <lock-store-redis>` remote retry yes yes yes
409409
:ref:`SemaphoreStore <lock-store-semaphore>` local yes no no no
410410
:ref:`ZookeeperStore <lock-store-zookeeper>` remote retry no no no
@@ -496,15 +496,15 @@ avoid stalled locks::
496496

497497
The ``MongoDbStore`` takes the following ``$options`` (depending on the first parameter type):
498498

499-
============= ================================================================================================
500-
Option Description
501-
============= ================================================================================================
502-
gcProbability Should a TTL Index be created expressed as a probability from 0.0 to 1.0 (Defaults to ``0.001``)
503-
database The name of the database
504-
collection The name of the collection
505-
uriOptions Array of URI options for `MongoDBClient::__construct`_
506-
driverOptions Array of driver options for `MongoDBClient::__construct`_
507-
============= ================================================================================================
499+
============== ================================================================================================
500+
Option Description
501+
============== ================================================================================================
502+
collection The name of the collection
503+
database The name of the database
504+
driverOptions Array of driver options for `MongoDBClient::__construct`_
505+
gcProbability Should a TTL Index be created expressed as a probability from 0.0 to 1.0 (Defaults to ``0.001``)
506+
uriOptions Array of URI options for `MongoDBClient::__construct`_
507+
============= ================================================================================================
508508

509509
When the first parameter is a:
510510

0 commit comments

Comments
 (0)