Skip to content

Releases: leandromoreira/redlock-rb

1.2.2

17 Sep 16:23
Compare
Choose a tag to compare
  • [upgrade] dependency minor updates
  • [add] lock supports retry with options
  • [cache scripts] only load scripts if they're unavailable
  • [cache scripts] precalculate the SHA1 hashes when loading Redlock's module

1.2.1

08 Dec 13:16
Compare
Choose a tag to compare
  • add the possibility to query the lock status

1.2.0

29 Feb 12:16
Compare
Choose a tag to compare
  • add connection pool
  • add lock error info
  • accept procs as retry_delay option
  • update rake (fix security issue)

1.0.1

29 May 17:48
Compare
Choose a tag to compare
  • Don't load scripts on client initialization
  • RedisInstance#lock will now catch all Redis::BaseConnectionError

1.0.0

11 Dec 19:11
Compare
Choose a tag to compare
  • Increase number of lock "tries" by 1.
  • Rescue Redis' CannotConnectError, the algorithm should allow it.
  • Use CLOCK_MONOTONIC where it is available.
  • Restore graceful <0.1.8 behaviour of the :extend key.

0.2.1

15 Nov 17:48
Compare
Choose a tag to compare
  • update to the latest redis driver

0.2.0

02 Feb 12:32
Compare
Choose a tag to compare

0.1.8

24 May 12:48
Compare
Choose a tag to compare
  • makes it compatible with ruby 1.9
  • add a way to extend a lock's life

Thanks @seamusabshere @maltoe and @jonp

0.1.7

20 May 13:43
Compare
Choose a tag to compare

Thanks @jonp

0.1.6

12 May 16:59
Compare
Choose a tag to compare
  • updates dependencies.