mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 21:52:21 +00:00
Add sleep for tests
This commit is contained in:
parent
94cae8d271
commit
6737df5925
2 changed files with 4 additions and 1 deletions
|
@ -71,6 +71,6 @@ class Stat
|
|||
*/
|
||||
public static function clear(string $stat): bool
|
||||
{
|
||||
return (bool)Resque::redis()->unlink('stat:' . $stat);
|
||||
return (bool)Resque::redis()->del('stat:' . $stat);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue