Skip to content

Releases: samcook/RedLock.net

2.0.0-pre1

21 Jul 10:27
Compare
Choose a tag to compare
2.0.0-pre1 Pre-release
Pre-release
  • Version 2.0 refactor
  • Support for .NET core

1.7.5

16 Jul 15:09
Compare
Choose a tag to compare

Add SyncTimeout config option, alter logging output

1.7.4

26 Oct 13:51
Compare
Choose a tag to compare

Add IRedisLock and IRedisLockFactory interfaces

1.7.3

25 May 09:44
Compare
Choose a tag to compare

Add support for connecting to replicated Redis instances

1.7.2

24 May 10:47
Compare
Choose a tag to compare

Sanity checks on input values

1.7.1

21 Apr 17:29
Compare
Choose a tag to compare

Lock extend timer will now reacquire a lost lock if it is available

1.7.0

21 Apr 17:28
Compare
Choose a tag to compare

Add Create method overloads taking a CancellationToken

1.6.3

17 Mar 13:02
Compare
Choose a tag to compare

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

04 Dec 16:16
Compare
Choose a tag to compare

Fix bug in extend script

1.6.1

09 Nov 15:58
Compare
Choose a tag to compare

Add missing ConfigureAwait(false) to RedisLockFactory CreateAsync overload