diff --git a/content/develop/clients/patterns/distributed-locks.md b/content/develop/clients/patterns/distributed-locks.md index f51467a20..29b0b7e56 100644 --- a/content/develop/clients/patterns/distributed-locks.md +++ b/content/develop/clients/patterns/distributed-locks.md @@ -56,6 +56,7 @@ already available that can be used for reference. * [RedLock.net](https://github.com/samcook/RedLock.net) (C#/.NET implementation). Includes async and lock extension support. * [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. +* [redlock-universal](https://github.com/alexpota/redlock-universal) (NodeJS implementation). Supports both node-redis and ioredis clients. * [Deno DLM](https://github.com/oslabs-beta/Deno-Redlock) (Deno implementation) * [Rslock](https://github.com/hexcowboy/rslock) (Rust implementation). Includes async and lock extension support.