- https://github.com/leandromoreira/redlock-rb/pull/160 Thanks to @corsonknowles
- drop support for older ruby version 2.5 and 2.6
Unclaimed project
Are you a maintainer of redlock-rb? Claim this project to take control of your public changelog and roadmap.
Changelog
Redlock is a redis-based distributed lock implementation in Ruby. More than 40 Millions of downloads.
Last updated 16 days ago
https://github.com/leandromoreira/redlock-rb/pull/147
Thanks @Metallion
https://github.com/leandromoreira/redlock-rb/commit/818a28df2e5590cc52a9758034a9ec63ab8f1d70
Thanks @karrocon
Use Monitor to make sure we call RedisClient in a thread safe way. #143 thanks @dhruvCW
https://github.com/leandromoreira/redlock-rb/pull/140 thanks @dhruvCW