diff --git a/docs/manual/patterns/distributed-locks.md b/docs/manual/patterns/distributed-locks.md index 603e0e91fc..e4169f8970 100644 --- a/docs/manual/patterns/distributed-locks.md +++ b/docs/manual/patterns/distributed-locks.md @@ -46,7 +46,6 @@ already available that can be used for reference. * [Redis-plus-plus](https://github.com/sewenew/redis-plus-plus/#redlock) (C++ implementation). * [Redlock-cs](https://github.com/kidfashion/redlock-cs) (C#/.NET implementation). * [RedLock.net](https://github.com/samcook/RedLock.net) (C#/.NET implementation). Includes async and lock extension support. -* [ScarletLock](https://github.com/psibernetic/scarletlock) (C# .NET implementation with configurable datastore). * [Redlock4Net](https://github.com/LiZhenNet/Redlock4Net) (C# .NET implementation). * [node-redlock](https://github.com/mike-marcacci/node-redlock) (NodeJS implementation). Includes support for lock extension. * [Deno DLM](https://github.com/oslabs-beta/Deno-Redlock) (Deno implementation)