Skip to content

Releases: leandromoreira/redlock-rb

0.1.5

01 Dec 23:09
Compare
Choose a tag to compare

added method lock! & extension

09 Oct 19:01
Compare
Choose a tag to compare
0.1.3

bumps version

testing and minor improvements

13 Sep 02:39
Compare
Choose a tag to compare
0.1.2

bumps version

Uses set and eval instead of call [:set..

21 Apr 02:05
Compare
Choose a tag to compare
  • Use set and eval instead of call [:set..
  • It should be compatible with fakeredis

Seamlessly work with redis sentinel

18 Apr 14:35
Compare
Choose a tag to compare
  • Work seamlessly with redis sentinel, which is supported in redis 3.2+.
  • Allows clients to set any other arbitrary options on the Redis connection, e.g. password, driver, and etc.
  • Work with the fakeredis gem (an in-memory fake redis server commonly used in CI/Test environments).

Thanks to @hobodave in #9