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 ffbd1d5 + 2fd32f3 commit 58d35c7Copy full SHA for 58d35c7
README.md
@@ -9,6 +9,7 @@
9
10
There is built-in implementation with redsync distributed lock
11
([Redis-based distributed mutual exclusion lock](https://github.com/go-redsync/redsync)).
12
+> :warning: *Be careful and make sure to understand how the redlock algorithm works. Check [this discussion](http://antirez.com/news/101).*
13
14
Moreover, you are capable to provide your own locker implementation.
15
Check the [feature example](#job-distributed-lock).
0 commit comments