Redlock Rb Versions Save

Redlock is a redis-based distributed lock implementation in Ruby. More than 20M downloads.

2.0.6

6 months ago

2.0.4

8 months ago

Use Monitor to make sure we call RedisClient in a thread safe way. #143 thanks @dhruvCW

2.0.3

9 months ago

2.0.2

11 months ago

The title is self-explanatory, thanks @zygisa

2.0.1

1 year ago

2.0.0

1 year ago

Add support for redis >= 6.0

1.3.2

1 year ago

I didn't release properly the latest version with the changes.

1.3.1

1 year ago
  • Re-raise Redis connection errors in #lock thanks to @panozzaj

1.3.0

1 year ago
  • lock supports retry options thanks @ivanhuang1
  • uses github ci thanks @olleolleolle
  • minor optmizations thanks @pheen
  • update dependencies