Releases: leandromoreira/redlock-rb
Releases · leandromoreira/redlock-rb
Bubble up errors
Thanks @Metallion
Stop monkey patching Rails 7
Use Monitor to ensure RedisClient calls are thread safe
Add support for passing config objects to the client
Raise exception only if redis errors prevents lock acquisition
The title is self-explanatory, thanks @zygisa
fix: always treat redis instance as pool-like #125
2.0.1 bump up version
Support for Redis versions 6.0 or later
Add support for redis >= 6.0
REAL Re-raise Redis connection errors in #lock
I didn't release properly the latest version with the changes.
Re-raise Redis connection errors in #lock
- Re-raise Redis connection errors in
#lock
thanks to @panozzaj
Update deps & new CI
- lock supports retry options thanks @ivanhuang1
- uses github ci thanks @olleolleolle
- minor optmizations thanks @pheen
- update dependencies