mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
2.1.3 (2023-11-15)
- Resolved issue with SET EX TTL's using unix-timestamps
This commit is contained in:
parent
0b925b68bd
commit
948b758a57
6 changed files with 16 additions and 21 deletions
|
@ -17,7 +17,7 @@ class RedisTest extends TestCase
|
|||
$this->redis->set(
|
||||
'testKey',
|
||||
24,
|
||||
['ex' => time() + 3600],
|
||||
['ex' => 3600],
|
||||
);
|
||||
|
||||
$val = $this->redis->get("testKey");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue