Phive\Queue\Tests\Handler\RedisHandler::createQueue PHP Method

createQueue() public method

public createQueue ( )
    public function createQueue()
    {
        return new RedisQueue($this->redis);
    }