Skip to content

dmombour/ElasticSearch.DistributedLock

Repository files navigation

Using ElasticSearch we can create a distributed lock class to syncronize resources / operations across processes and machines.

using (var dLock = new ElasticSearchDistributedLock("mylock")) { if (dLock.Aquire()) { noop(); } }

About

Use elasticsearch to create a distributed lock object to enable syncronization across processes and machines on the network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages