Sign in Sign up
nuget

GM.DistributedLock

A small distributed-lock abstraction for .NET: IDistributedLock with TryAcquire / Acquire (blocking with retry) returning an IAsyncDisposable handle that releases on dispose. Ships a single-process in-memory implementation for dev and tests; add a real backend with GM.DistributedLock.Redis.

nuget View on Nuget

Activity

Latest release
2w ago
Total releases
3
Cadence
~14 days
Last 12 months
3

Details

License
MIT
First release
Aug 02, 2026
Releases
Version Released
1.0.2 patch
1.0.1 patch
1.0.0 initial