Created by: klouvas
With this improvement we can pass Redis TLS options and use url parameter at the same time. Example:
const tls = { key: "", cert:"", ca:"" };
const redis_url = "redis://localhost:6379";
const queue = new Queue(name, redis_url, { redis: { tls } });