We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fd5bf commit 16f9aaeCopy full SHA for 16f9aae
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-# SqlAppLockHelper -- Easy Distributed Mutex/Locking with Sql Server
+# SqlAppLockHelper -- Easy & Robust Distributed Mutex Application Locking with Sql Server
2
An ultra lightweight library that provides and easy to use API for a robust distributed mutex locking capability that leverages
3
Sql Server (e.g. sp_getapplock & sp_releaseapplock). Sql Server provides a very robust & efficient distributed mutex/locking
4
capability and this library exposes this in an easy to use C# .Net Standard API using custom extension methods
0 commit comments