RedLock.net.StrongName
1.7.5
See the version list below for details.
dotnet add package RedLock.net.StrongName --version 1.7.5
NuGet\Install-Package RedLock.net.StrongName -Version 1.7.5
<PackageReference Include="RedLock.net.StrongName" Version="1.7.5" />
paket add RedLock.net.StrongName --version 1.7.5
#r "nuget: RedLock.net.StrongName, 1.7.5"
// Install RedLock.net.StrongName as a Cake Addin #addin nuget:?package=RedLock.net.StrongName&version=1.7.5 // Install RedLock.net.StrongName as a Cake Tool #tool nuget:?package=RedLock.net.StrongName&version=1.7.5
An implementation of the Redlock distributed lock algorithm
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. 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.StrongName (>= 1.1.608)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on RedLock.net.StrongName:
Package | Downloads |
---|---|
RegenerativeDistributedCache.Redis
Basic redis backed implementations of the interfaces in RegenerativeDistributedCache.Interfaces for an external (network) cache, a fan out pub/sub message bus, and a distributed locking mechanism for use with RegenerativeDistributedCache.RegenerativeCacheManager. |
|
RNet.Core
RNet开发框架之核心 |
|
LiteX.Cache.Redis
Distributed caching based on StackExchange.Redis and Redis. Small library for manage cache with Redis. A quick setup for Redis. Wrapper library is just written for the purpose to bring a new level of ease to the developers who deal with Redis Cache integration with your system. LiteXCache is simple yet powerful and very high-performance cache mechanism and incorporating both synchronous and asynchronous usage with some advanced usages of caching which can help us to handle caching more easier! Provide Cache service for any type of application (.NET 5, .NET Core, .NET Standard). Very simple yet advanced configuration. Minimal (one line) code configuration is required. |
|
Xecms.Core
Core upgraded to 3.1 |
|
MassTransit.RedisSagas.RedLock.StrongName
MassTransit.RedisSagas is a distributed application framework for .NET |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RedLock.net.StrongName:
Repository | Stars |
---|---|
dreling8/Nop.Framework
c# asp.net mvc base development framework from nopCommerce。
|
Version | Downloads | Last updated | |
---|---|---|---|
2.1.0 | 831,153 | 9/5/2018 | |
2.1.0-pre2 | 33,441 | 6/9/2018 | |
2.1.0-pre1 | 1,317 | 2/13/2018 | |
2.0.0 | 212,219 | 2/13/2018 | |
2.0.0-pre2 | 1,911 | 10/22/2017 | |
2.0.0-pre1 | 1,799 | 7/21/2017 | |
1.7.5 | 117,363 | 7/16/2017 | |
1.7.4 | 81,261 | 10/26/2016 | |
1.7.3 | 4,647 | 5/25/2016 | |
1.7.2 | 1,797 | 4/22/2016 | |
1.7.1 | 1,390 | 4/21/2016 | |
1.7.0 | 1,234 | 4/21/2016 | |
1.6.4 | 1,221 | 4/14/2016 | |
1.6.3 | 2,003 | 3/17/2016 | |
1.6.2 | 1,448 | 12/4/2015 | |
1.6.1 | 1,411 | 11/25/2015 |
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.4 - Switch from DateTime to Stopwatch for calculating elapsed time
1.6.3 - Fix strong name signing for .NET 4.5 dll
1.6.2 - Fix bug in extend script
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