Skip to content

Commit 8d6d6f4

Browse files
author
Willem Stuursma
committed
Update readme to reflect tested situation of PHPRedisMutex in clusters
1 parent 7c0f97d commit 8d6d6f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ which uses the [`phpredis` extension](https://github.com/phpredis/phpredis).
150150

151151
This implementation requires at least `phpredis-2.2.4`.
152152

153+
If used with a cluster of Redis servers, acquiring and releasing locks will continue to function as
154+
long as a majority of the servers still works.
155+
153156
Example:
154157
```php
155158
$redis = new Redis();

0 commit comments

Comments
 (0)