Jenner\SimpleFork\Queue\RedisQueue::remove PHP Method

remove() public method

remove the queue resource
public remove ( ) : mixed
return mixed
    public function remove()
    {
        return $this->redis->delete($this->channel);
    }