Phive\Queue\RedisQueue::clear PHP Method

clear() public method

public clear ( )
    public function clear()
    {
        $result = $this->redis->del(['items', 'seq']);
        $this->assertResult($result);
    }