We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 146bcc4 + 5be0528 commit 8457cc4Copy full SHA for 8457cc4
composer.json
@@ -16,7 +16,7 @@
16
"phpunit/phpunit": "~4.0"
17
},
18
"require": {
19
- "texthtml/php-lock": "~2.0",
+ "texthtml/php-lock": "~2.1",
20
"predis/predis": "~1.0",
21
"psr/log": "~1.0"
22
}
src/RedisSimpleLockFactory.php
@@ -5,8 +5,9 @@
5
use Predis\Client;
6
use Psr\Log\LoggerInterface;
7
use Psr\Log\NullLogger;
8
+use TH\Lock\TtlFactory;
9
-class RedisSimpleLockFactory
10
+class RedisSimpleLockFactory implements TtlFactory
11
{
12
private $client;
13
private $defaultTtl;
0 commit comments