Open HMAZonderland opened 9 years ago
Also the function used to return the value isn't up to date anymore. I guess Redis was updated in between?
return \Resque::redis()->llen(self::QUEUE_NAME . ':' . $timestamp);
instead of
return \Resque::redis()->llen(self::QUEUE_NAME . ':' . $timestamp, $timestamp);
The first line of this functions will go wrong, this has to be: