You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,17 @@ await using (await myDistributedLock.AcquireAsync())
14
14
15
15
DistributedLock contains implementations based on various technologies; you can install implementation packages individually or just install the [DistributedLock NuGet package](https://www.nuget.org/packages/DistributedLock)[](https://www.nuget.org/packages/DistributedLock/), a ["meta" package](https://endjin.com/blog/2020/09/streamline-dependency-management-with-nuget-meta-packages) which includes all implementations as dependencies. *Note that each package is versioned independently according to SemVer*.
-**[DistributedLock.MySql](docs/DistributedLock.MySql.md)**[](https://www.nuget.org/packages/DistributedLock.MySql/)[](https://www.robiniadocs.com/d/distributedlock/api/Medallion.Threading.MySql.html): uses MySQL or MariaDB
-**[DistributedLock.WaitHandles](docs/DistributedLock.WaitHandles.md)**[](https://www.nuget.org/packages/DistributedLock.WaitHandles/)[](https://www.robiniadocs.com/d/distributedlock/api/Medallion.Threading.WaitHandles.html): uses operating system global `WaitHandle`s (Windows only)
21
+
-**[DistributedLock.MySql](docs/DistributedLock.MySql.md)**[](https://www.nuget.org/packages/DistributedLock.MySql/)[](https://dndocs.com/d/distributedlock/api/Medallion.Threading.MySql.html): uses MySQL or MariaDB
-**[DistributedLock.WaitHandles](docs/DistributedLock.WaitHandles.md)**[](https://www.nuget.org/packages/DistributedLock.WaitHandles/)[](https://dndocs.com/d/distributedlock/api/Medallion.Threading.WaitHandles.html): uses operating system global `WaitHandle`s (Windows only)
28
28
29
29
**Click on the name** of any of the above packages to see the documentation specific to that implementation, or read on for general documentation that applies to all implementations.
0 commit comments