Skip to content

Commit 6bda4f0

Browse files
authored
Update PHP Redlock impl. doc
1 parent 3616ace commit 6bda4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ already available that can be used for reference.
4242
* [Redlock-py](https://github.com/SPSCommerce/redlock-py) (Python implementation).
4343
* [Pottery](https://github.com/brainix/pottery#redlock) (Python implementation).
4444
* [Aioredlock](https://github.com/joanvila/aioredlock) (Asyncio Python implementation).
45+
* [RedisMutex](https://github.com/malkusch/lock#redismutex) (PHP implementation with both [Redis extension](https://github.com/phpredis/phpredis) and [Predis library](https://github.com/predis/predis) clients support).
4546
* [Redlock-php](https://github.com/ronnylt/redlock-php) (PHP implementation).
46-
* [PHPRedisMutex](https://github.com/malkusch/lock#phpredismutex) (further PHP implementation).
4747
* [cheprasov/php-redis-lock](https://github.com/cheprasov/php-redis-lock) (PHP library for locks).
4848
* [rtckit/react-redlock](https://github.com/rtckit/reactphp-redlock) (Async PHP implementation).
4949
* [Redsync](https://github.com/go-redsync/redsync) (Go implementation).

0 commit comments

Comments
 (0)