Skip to content

Commit 1b2bdd2

Browse files
committed
Use Redis on test instead of Predis when we can
1 parent 44d41d6 commit 1b2bdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RedisExpireTtl0.test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
chdir(__DIR__);
1212
require_once __DIR__ . '/../vendor/autoload.php';
1313
$testHelper = new TestHelper('(P)Redis Expire TTL to 0');
14-
$cacheInstance = CacheManager::getInstance('Predis', []);
14+
$cacheInstance = CacheManager::getInstance('Redis', []);
1515
$cacheKey = 'cacheKey';
1616
$RandomCacheValue = str_shuffle(uniqid('pfc', true));
1717
$loops = 10;

0 commit comments

Comments
 (0)