Releases: leandromoreira/redlock-rb
Releases · leandromoreira/redlock-rb
Support redis-client and redis transparently
- #160 Thanks to @corsonknowles
- drop support for older ruby version 2.5 and 2.6
Bubble up errors
Thanks @Metallion
Stop monkey patching Rails 7
Use Monitor to ensure RedisClient calls are thread safe
Use Monitor to make sure we call RedisClient in a thread safe way. #143 thanks @dhruvCW
Add support for passing config objects to the client
#140 thanks @dhruvCW
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
#lockthanks to @panozzaj