mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
v2.3.0 - Update packages
This commit is contained in:
parent
5ef4a63a6e
commit
2c995bd613
8 changed files with 170 additions and 114 deletions
|
@ -17,7 +17,7 @@ class RedisTest extends TestCase
|
|||
$this->redis->set(
|
||||
'testKey',
|
||||
24,
|
||||
['ex' => 3600],
|
||||
['ex' => \Resque\Redis::DEFAULT_REDIS_TTL],
|
||||
);
|
||||
|
||||
$val = $this->redis->get("testKey");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue