File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -365,6 +365,11 @@ Store Scope Blocking Ex
365
365
:ref: `ZookeeperStore <lock-store-zookeeper >` remote no no no
366
366
========================================================== ====== ======== ======== =======
367
367
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
+
368
373
.. _lock-store-flock :
369
374
370
375
FlockStore
@@ -667,14 +672,6 @@ PHP process is terminated::
667
672
Zookeeper does not require a TTL as the nodes used for locking are ephemeral
668
673
and die when the PHP process is terminated.
669
674
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
-
678
675
Reliability
679
676
-----------
680
677
You can’t perform that action at this time.
0 commit comments