mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 21:52:21 +00:00
Update composer
This commit is contained in:
parent
80d64e79ff
commit
d21a8f33f8
16 changed files with 150 additions and 143 deletions
|
@ -14,7 +14,7 @@ class RedisTest extends TestCase
|
|||
{
|
||||
public function testRedisGetSet()
|
||||
{
|
||||
$this->redis->set("testKey", 24);
|
||||
$this->redis->setex("testKey", 3600, 24);
|
||||
$val = $this->redis->get("testKey");
|
||||
$this->assertEquals(24, $val);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue