Skip to content

Commit 208318e

Browse files
committed
[Lock] Sort contents alphabetically for the new entries
1 parent 8276380 commit 208318e

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
@@ -400,6 +400,7 @@ Store Scope Blocking Ex
400400
========================================================== ====== ======== ======== ======= =============
401401
:ref:`DoctrineDbalPostgreSqlStore <lock-store-dbal-pgsql>` remote yes no yes no
402402
:ref:`DoctrineDbalStore <lock-store-dbal>` remote retry yes no yes
403+
:ref:`DynamoDbStore <lock-store-dynamodb>` remote retry yes no yes
403404
:ref:`FlockStore <lock-store-flock>` local yes no yes no
404405
:ref:`MemcachedStore <lock-store-memcached>` remote retry yes no yes
405406
:ref:`MongoDbStore <lock-store-mongodb>` remote retry yes no yes
@@ -408,7 +409,6 @@ Store Scope Blocking Ex
408409
:ref:`RedisStore <lock-store-redis>` remote retry yes yes yes
409410
:ref:`SemaphoreStore <lock-store-semaphore>` local yes no no no
410411
:ref:`ZookeeperStore <lock-store-zookeeper>` remote retry no no no
411-
:ref:`DynamoDbStore <lock-store-dynamodb>` remote retry yes no yes
412412
========================================================== ====== ======== ======== ======= =============
413413

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

0 commit comments

Comments
 (0)