Skip to content

Commit d43798c

Browse files
committed
Changed comment.
1 parent 82067d9 commit d43798c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/mutex/PHPRedisMutex.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* Mutex based on the Redlock algorithm using the phpredis extension.
1111
*
1212
* 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.
13+
* the lzf extension, and phpredis is configured to use lzf compression, at
14+
* least phpredis-4.3.0 is required! For reason, see github issue link.
1515
*
1616
* @see https://github.com/phpredis/phpredis/issues/1477
1717
*

0 commit comments

Comments
 (0)