Skip to content

Commit 721aa63

Browse files
committed
[Lock] Add reference tip for the InMemoryStore lock
1 parent 04dc03b commit 721aa63

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/lock.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,14 @@ PHP process is terminated::
667667
Zookeeper does not require a TTL as the nodes used for locking are ephemeral
668668
and die when the PHP process is terminated.
669669

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+
670678
Reliability
671679
-----------
672680

0 commit comments

Comments
 (0)