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 44d41d6 commit 1b2bdd2Copy full SHA for 1b2bdd2
tests/RedisExpireTtl0.test.php
@@ -11,7 +11,7 @@
11
chdir(__DIR__);
12
require_once __DIR__ . '/../vendor/autoload.php';
13
$testHelper = new TestHelper('(P)Redis Expire TTL to 0');
14
-$cacheInstance = CacheManager::getInstance('Predis', []);
+$cacheInstance = CacheManager::getInstance('Redis', []);
15
$cacheKey = 'cacheKey';
16
$RandomCacheValue = str_shuffle(uniqid('pfc', true));
17
$loops = 10;
0 commit comments