Skip to content

Commit 5cce5af

Browse files
committed
minor #21606 [Lock] Sort some table contents alphabetically (javiereguiluz)
This PR was merged into the 6.4 branch. Discussion ---------- [Lock] Sort some table contents alphabetically Sorting this is easier for readers. Let's try to make sure that all tables like these keep sorted when adding new rows 🙏 Thanks! Commits ------- b13db33 [Lock] Sort some table contents alphabetically
2 parents 58e3285 + b13db33 commit 5cce5af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/lock.rst

Lines changed: 5 additions & 5 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
@@ -479,12 +479,12 @@ The ``MongoDbStore`` takes the following ``$options`` (depending on the first pa
479479
============== ================================================================================================
480480
Option 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`_
482485
gcProbability Should a TTL Index be created expressed as a probability from 0.0 to 1.0 (Defaults to ``0.001``)
483486
gcProbablity Same as ``gcProbability``, see the deprecation note below
484-
database The name of the database
485-
collection The name of the collection
486487
uriOptions 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

Comments
 (0)