Skip to content

Commit 49e221d

Browse files
committed
Merge branch '8.0' into 8.1
* 8.0: [Lock] Sort contents alphabetically for the new entries
2 parents 18c125f + 3da6298 commit 49e221d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ Store Scope Blocking Ex
395395
========================================================== ====== ======== ======== ======= =============
396396
:ref:`DoctrineDbalPostgreSqlStore <lock-store-dbal-pgsql>` remote yes no yes no
397397
:ref:`DoctrineDbalStore <lock-store-dbal>` remote retry yes no yes
398+
:ref:`DynamoDbStore <lock-store-dynamodb>` remote retry yes no yes
398399
:ref:`FlockStore <lock-store-flock>` local yes no yes no
399400
:ref:`MemcachedStore <lock-store-memcached>` remote retry yes no yes
400401
:ref:`MongoDbStore <lock-store-mongodb>` remote retry yes no yes
@@ -403,7 +404,6 @@ Store Scope Blocking Ex
403404
:ref:`RedisStore <lock-store-redis>` remote retry yes yes yes
404405
:ref:`SemaphoreStore <lock-store-semaphore>` local yes no no no
405406
:ref:`ZookeeperStore <lock-store-zookeeper>` remote retry no no no
406-
:ref:`DynamoDbStore <lock-store-dynamodb>` remote retry yes no yes
407407
========================================================== ====== ======== ======== ======= =============
408408

409409
When the store does not support blocking locks, the Lock class will retry to acquire

0 commit comments

Comments
 (0)