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.
<PackageVersion Include="Rz.RedLock.net" Version="1.6.4" />
                    
Directory.Packages.props
<PackageReference Include="Rz.RedLock.net" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Rz.RedLock.net@1.6.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rz.RedLock.net&version=1.6.4
                    
Install as a Cake Addin
#tool nuget:?package=Rz.RedLock.net&version=1.6.4
                    
Install as a Cake Tool

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,850 11/18/2015
1.6.3 1,503 11/18/2015
1.6.2 2,193 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