Rz.RedLock.net
1.6.3
See the version list below for details.
dotnet add package Rz.RedLock.net --version 1.6.3
NuGet\Install-Package Rz.RedLock.net -Version 1.6.3
<PackageReference Include="Rz.RedLock.net" Version="1.6.3" />
paket add Rz.RedLock.net --version 1.6.3
#r "nuget: Rz.RedLock.net, 1.6.3"
// Install Rz.RedLock.net as a Cake Addin #addin nuget:?package=Rz.RedLock.net&version=1.6.3 // Install Rz.RedLock.net as a Cake Tool #tool nuget:?package=Rz.RedLock.net&version=1.6.3
An implementation of the Redlock distributed lock algorithm
Product | Versions 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. |
-
- StackExchange.Redis (>= 1.0.328)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.6.3 - 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