RedLock 0.1.0
See the version list below for details.
dotnet add package RedLock --version 0.1.0
NuGet\Install-Package RedLock -Version 0.1.0
<PackageReference Include="RedLock" Version="0.1.0" />
paket add RedLock --version 0.1.0
#r "nuget: RedLock, 0.1.0"
// Install RedLock as a Cake Addin #addin nuget:?package=RedLock&version=0.1.0 // Install RedLock as a Cake Tool #tool nuget:?package=RedLock&version=0.1.0
Elders.Redlock
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. |
-
- LibLog (>= 4.2.4)
- Newtonsoft.Json (>= 7.0.1)
- StackExchange.Redis (>= 1.0.481)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on RedLock:
Package | Downloads |
---|---|
Cronus.AtomicAction.Redis
Cronus is a lightweight framework for building event driven systems with DDD/CQRS in mind. |
|
IdentityServer4.Contrib.Caching.Redis
Distributed caching library for IdentityServer4 using a distributed redis-cache. |
|
Jing.Kernel.Core
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.2 | 835 | 9/19/2024 |
9.0.1 | 5,677 | 3/27/2024 |
9.0.0 | 1,541 | 11/17/2023 |
9.0.0-preview.1 | 116 | 10/23/2023 |
8.3.0 | 169 | 10/23/2023 |
8.3.0-preview.1 | 124 | 2/15/2023 |
8.2.1 | 2,700 | 1/11/2023 |
8.2.0 | 321 | 1/9/2023 |
8.1.0 | 310 | 1/6/2023 |
8.1.0-preview.2 | 129 | 1/6/2023 |
8.1.0-preview.1 | 122 | 1/6/2023 |
8.0.0 | 325 | 1/6/2023 |
8.0.0-preview.2 | 120 | 1/6/2023 |
8.0.0-preview.1 | 116 | 1/5/2023 |
7.0.1 | 40,642 | 8/16/2022 |
7.0.0 | 45,167 | 5/16/2022 |
6.1.0 | 2,130 | 3/28/2022 |
6.0.0 | 457 | 3/28/2022 |
5.0.0 | 43,966 | 4/9/2020 |
4.0.1 | 49,252 | 6/18/2019 |
4.0.0 | 7,149 | 10/12/2018 |
3.0.1 | 1,263 | 8/13/2018 |
3.0.0 | 1,861 | 7/25/2018 |
2.0.1 | 29,798 | 2/20/2018 |
2.0.0 | 2,038 | 2/19/2018 |
1.0.1 | 6,662 | 9/27/2017 |
1.0.0 | 1,039 | 9/27/2017 |
0.1.0 | 5,201 | 1/7/2016 |
0.1.0-beta0004 | 1,161 | 11/25/2015 |
0.1.0-beta0003 | 1,039 | 11/23/2015 |
0.1.0-beta0002 | 969 | 11/6/2015 |
0.1.0-beta0001 | 963 | 11/5/2015 |
Use a 64-based string as a Redis key if an object is supplied as a resource key.
Update RedisLockManager to use Redis cluster.
RedisLockManager.UnlockInstance does not throw if the end point is unreachable.
Added dependency to LibLog.
Exceptions from LockInstance(), UnlockInstance() and IsLocked() are being logged.