Rz.RedLock.net 1.6.4

dotnet add package Rz.RedLock.net --version 1.6.4
NuGet\Install-Package Rz.RedLock.net -Version 1.6.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rz.RedLock.net" Version="1.6.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rz.RedLock.net --version 1.6.4
#r "nuget: Rz.RedLock.net, 1.6.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Rz.RedLock.net as a Cake Addin
#addin nuget:?package=Rz.RedLock.net&version=1.6.4

// Install Rz.RedLock.net as a Cake Tool
#tool nuget:?package=Rz.RedLock.net&version=1.6.4

An implementation of the Redlock distributed lock algorithm

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.4 2,233 11/18/2015
1.6.3 1,043 11/18/2015
1.6.2 1,368 11/17/2015

1.6.4 - Now uses StackExchange.Redis.Mono
1.6.2 - ResolveDns is set to true

1.6.1 - Add missing ConfigureAwait(false) to RedisLockFactory CreateAsync overload
1.6.0 - Switch to using liblog for logging support, remove extraneous retry delay after acquire when blocking for a redis lock
1.5.0 - Add async support
1.4.0 - Add redis database number and key format configuration options
1.3.0 - Add password, SSL and connection timeout configuration options (enables use with Azure Redis Cache)
1.2.0 - Lock/Extend/Unlock instances in parallel
1.1.0 - Target .NET 4.0 and 4.5
1.0.0 - Initial release