We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0f97d commit 8d6d6f4Copy full SHA for 8d6d6f4
README.md
@@ -150,6 +150,9 @@ which uses the [`phpredis` extension](https://github.com/phpredis/phpredis).
150
151
This implementation requires at least `phpredis-2.2.4`.
152
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
+
156
Example:
157
```php
158
$redis = new Redis();
0 commit comments