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