Skip to content

Commit

Permalink
Update PHP Redlock impl. doc (#195)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mvorisek authored Dec 10, 2024
1 parent aa2aeb3 commit c367da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/distlock.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ already available that can be used for reference.
* [Redlock-py](https://github.com/SPSCommerce/redlock-py) (Python implementation).
* [Pottery](https://github.com/brainix/pottery#redlock) (Python implementation).
* [Aioredlock](https://github.com/joanvila/aioredlock) (Asyncio Python implementation).
* [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).
* [Redlock-php](https://github.com/ronnylt/redlock-php) (PHP implementation).
* [PHPRedisMutex](https://github.com/malkusch/lock#phpredismutex) (further PHP implementation).
* [cheprasov/php-redis-lock](https://github.com/cheprasov/php-redis-lock) (PHP library for locks).
* [rtckit/react-redlock](https://github.com/rtckit/reactphp-redlock) (Async PHP implementation).
* [Redsync](https://github.com/go-redsync/redsync) (Go implementation).
Expand Down

0 comments on commit c367da6

Please sign in to comment.