Skip to content

Commit 580ab42

Browse files
Merge pull request #2068 from alexpota/add-redlock-universal
Add redlock-universal to Redlock implementations list
2 parents ba2ffff + 516276e commit 580ab42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/develop/clients/patterns/distributed-locks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ already available that can be used for reference.
5656
* [RedLock.net](https://github.com/samcook/RedLock.net) (C#/.NET implementation). Includes async and lock extension support.
5757
* [Redlock4Net](https://github.com/LiZhenNet/Redlock4Net) (C# .NET implementation).
5858
* [node-redlock](https://github.com/mike-marcacci/node-redlock) (NodeJS implementation). Includes support for lock extension.
59+
* [redlock-universal](https://github.com/alexpota/redlock-universal) (NodeJS implementation). Supports both node-redis and ioredis clients.
5960
* [Deno DLM](https://github.com/oslabs-beta/Deno-Redlock) (Deno implementation)
6061
* [Rslock](https://github.com/hexcowboy/rslock) (Rust implementation). Includes async and lock extension support.
6162

0 commit comments

Comments
 (0)