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 053b348 commit e02bac8Copy full SHA for e02bac8
classes/mutex/PHPRedisMutex.php
@@ -10,7 +10,7 @@
10
/**
11
* Mutex based on the Redlock algorithm using the phpredis extension.
12
*
13
- * This implementation requires at least phpredis-2.2.4. If used together with
+ * This implementation requires at least phpredis-4.0.0. If used together with
14
* the lzf extension, and phpredis is configured to use lzf compression, at
15
* least phpredis-4.3.0 is required! For reason, see github issue link.
16
0 commit comments