Releases: samcook/RedLock.net
Releases · samcook/RedLock.net
2.0.0-pre1
- Version 2.0 refactor
- Support for .NET core
1.7.5
Add SyncTimeout config option, alter logging output
1.7.4
Add IRedisLock and IRedisLockFactory interfaces
1.7.3
Add support for connecting to replicated Redis instances
1.7.2
Sanity checks on input values
1.7.1
Lock extend timer will now reacquire a lost lock if it is available
1.7.0
Add Create method overloads taking a CancellationToken
1.6.3
Fix strong name signing for .NET 4.5 dll
(This release is functionally identical to 1.6.2, there is no 1.6.3 release for the non-strongname signed nuget package)
1.6.2
Fix bug in extend script
1.6.1
Add missing ConfigureAwait(false) to RedisLockFactory CreateAsync overload