Skip to content

Commit c367da6

Browse files
authored
Update PHP Redlock impl. doc (#195)
Fix the PHP Redlock impl. link and move it as the 1st mentioned PHP impl. as it is the most popular and the only library which supports both https://github.com/phpredis/phpredis and https://github.com/predis/predis clients. Signed-off-by: Michael Voříšek <[email protected]>
1 parent aa2aeb3 commit c367da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/distlock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ already available that can be used for reference.
2828
* [Redlock-py](https://github.com/SPSCommerce/redlock-py) (Python implementation).
2929
* [Pottery](https://github.com/brainix/pottery#redlock) (Python implementation).
3030
* [Aioredlock](https://github.com/joanvila/aioredlock) (Asyncio Python implementation).
31+
* [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).
3132
* [Redlock-php](https://github.com/ronnylt/redlock-php) (PHP implementation).
32-
* [PHPRedisMutex](https://github.com/malkusch/lock#phpredismutex) (further PHP implementation).
3333
* [cheprasov/php-redis-lock](https://github.com/cheprasov/php-redis-lock) (PHP library for locks).
3434
* [rtckit/react-redlock](https://github.com/rtckit/reactphp-redlock) (Async PHP implementation).
3535
* [Redsync](https://github.com/go-redsync/redsync) (Go implementation).

0 commit comments

Comments
 (0)