Releases: danielstjules/redislock
Releases · danielstjules/redislock
1.3.0
1.2.1
- Update uuid to version 3.0.0
1.2.0
- Fix errors not being handled with callback-based API
- lock.extend throws if not provided a valid int time
1.1.1
- lock.extend syncs the locks status if not held
1.1.0
- Added lock.extend
1.0.2
- Cleaned up specs
1.0.1
- Updated package description
1.0.0
- Fixed release not updating Lock._acquiredLocks
0.2.0
- Fixed lock acquisition error handling when lock is already held and callbacks are used
- Fixed lock release error handling when lock isn't held and callbacks are used
- Added additional unit and integration tests
0.1.0
- Lock methods can only emit/throw a LockAcquisitionError or LockReleaseError. node_redis errors are wrapped.