We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c54c5 commit df56c8eCopy full SHA for df56c8e
components/lock.rst
@@ -404,9 +404,9 @@ Store Scope Blocking Ex
404
.. tip::
405
406
Symfony includes two other special stores that are mostly useful for testing:
407
- ``InMemoryStore``, which saves locks in memory during a process, and ``NullStore``,
408
- which doesn't persist anything. To activate either one, simply set the ``LOCK_DSN`` to
409
- ``null`` or ``in-memory``.
+
+ * ``InMemoryStore`` (``LOCK_DSN=in-memory``), which saves locks in memory during a process;
+ * ``NullStore`` (``LOCK_DSN=null``) which doesn't persist anything.
410
411
.. versionadded:: 7.2
412
0 commit comments