Skip to content

Distributed locks are a very useful primitive in many environments where different processes must operate with shared resources in a mutually exclusive way.

Notifications You must be signed in to change notification settings

MattGhafouri/RedisDistributedLockManager

Repository files navigation

RedisDistributedLockManager

Distributed locks are a very useful primitive in many environments where different processes must operate with shared resources in a mutually exclusive way.

This implementation use dot net C# and Relock.Net to provide a more canonical algorithm to implement distributed locks with Redis which is called Redlock.

Used Technologies

dotnet 6.0

Redis cache

Resources

  • Read the full artcile about the detail Here

  • You can also read my Article about the concept of Distributed Lock manager to control exclusive access to a shared resource.

Other Resources

  • You can find more about Redis DLM on their official website

About

Distributed locks are a very useful primitive in many environments where different processes must operate with shared resources in a mutually exclusive way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages