Skip to content

Commit f9ddbde

Browse files
committed
Minor tweak
1 parent f64da5f commit f9ddbde

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

components/lock.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,11 @@ Store Scope Blocking Ex
365365
:ref:`ZookeeperStore <lock-store-zookeeper>` remote no no no
366366
========================================================== ====== ======== ======== =======
367367

368+
.. tip::
369+
370+
A special ``InMemoryStore`` is available for saving locks in memory during
371+
a process, and can be useful for testing.
372+
368373
.. _lock-store-flock:
369374

370375
FlockStore
@@ -667,14 +672,6 @@ PHP process is terminated::
667672
Zookeeper does not require a TTL as the nodes used for locking are ephemeral
668673
and die when the PHP process is terminated.
669674

670-
InMemoryStore
671-
~~~~~~~~~~~~~
672-
673-
.. tip::
674-
675-
An ``InMemoryStore`` is available for saving lock in memory during a process,
676-
and can be useful for testing.
677-
678675
Reliability
679676
-----------
680677

0 commit comments

Comments
 (0)