Skip to content

Commit 58d35c7

Browse files
authored
Merge pull request #5 from hanagantig/readme
attention for redlock
2 parents ffbd1d5 + 2fd32f3 commit 58d35c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
There is built-in implementation with redsync distributed lock
1111
([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).*
1213
1314
Moreover, you are capable to provide your own locker implementation.
1415
Check the [feature example](#job-distributed-lock).

0 commit comments

Comments
 (0)