Skip to content

Commit e02bac8

Browse files
committed
Added comment about min phpredis version.
1 parent 053b348 commit e02bac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/mutex/PHPRedisMutex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* Mutex based on the Redlock algorithm using the phpredis extension.
1212
*
13-
* This implementation requires at least phpredis-2.2.4. If used together with
13+
* This implementation requires at least phpredis-4.0.0. If used together with
1414
* the lzf extension, and phpredis is configured to use lzf compression, at
1515
* least phpredis-4.3.0 is required! For reason, see github issue link.
1616
*

0 commit comments

Comments
 (0)