File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ LockHandler
33
44.. versionadded :: 3.4
55 The ``LockHandler `` class was deprecated in Symfony 3.4 and it will be
6- removed in Symfony 4.0. Use `` SemaphoreStore `` or `` FlockStore `` from the
7- `` Lock`` component instead.
6+ removed in Symfony 4.0. Use :ref: ` SemaphoreStore < lock-store-semaphore >`
7+ or :ref: ` FlockStore < lock-store-flock >` from the Lock component instead.
88
99What is a Lock?
1010---------------
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Prevent Multiple Executions of a Console Command
66
77A simple but effective way to prevent multiple executions of the same command in
88a single server is to use `locks `_. The :doc: `Lock component </components/lock >`
9- provides multiple classes to create locks based on the filesystem (:ref: `FlockStore <_lock -store-flock >`),
10- shared memory (:ref: `SemaphoreStore <_lock -store-semaphore >`) and even databases
9+ provides multiple classes to create locks based on the filesystem (:ref: `FlockStore <lock -store-flock >`),
10+ shared memory (:ref: `SemaphoreStore <lock -store-semaphore >`) and even databases
1111and Redis servers.
1212
1313In addition, the Console component provides a PHP trait called ``LockableTrait ``
You can’t perform that action at this time.
0 commit comments