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 6a82084 commit d8c7675Copy full SHA for d8c7675
README.md
@@ -32,3 +32,14 @@ Prevents overlapping for artisan console commands.
32
```
33
34
## Strategies
35
+
36
+Overlapping can be prevented by various strategies:
37
38
+- `file` (default)
39
+- `mysql`
40
+- `redis`
41
+- `memcache`
42
+- `memcached`
43
44
+File strategy is fine for a small applications, which are deployed on a single server.
45
+If your application is more complex and for example, is deployed on a several nodes, then you probably would like to use some other mutex strategy.
0 commit comments