README.md in redlock-0.1.0 vs README.md in redlock-0.1.1
- old
+ new
@@ -82,9 +82,13 @@
## Run tests
Make sure you have at least 1 redis instances up.
$ rspec
+
+## Disclaimer
+
+This code implements an algorithm which is currently a proposal, it was not formally analyzed. Make sure to understand how it works before using it in your production environments. You can see discussion about this approach at [reddit](http://www.reddit.com/r/programming/comments/2nt0nq/distributed_lock_using_redis_implemented_in_ruby/).
## Contributing
1. [Fork it](https://github.com/leandromoreira/redlock-rb/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)