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.
2 parents f84fe39 + b3b3aca commit bf50757Copy full SHA for bf50757
components/lock.rst
@@ -404,8 +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.
+
+ * ``InMemoryStore`` (``LOCK_DSN=in-memory``), which saves locks in memory during a process;
409
+ * ``NullStore`` (``LOCK_DSN=null``) which doesn't persist anything.
410
411
.. versionadded:: 7.2
412
0 commit comments