Releases: leandromoreira/redlock-rb
Releases · leandromoreira/redlock-rb
0.1.5
added method lock! & extension
0.1.3 bumps version
testing and minor improvements
0.1.2 bumps version
Uses set and eval instead of call [:set..
- Use
set
andeval
instead of call [:set.. - It should be compatible with fakeredis
Seamlessly work with redis sentinel
- 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).