const instantShiftQueue = new Queue('自动选择', process.env[process.env.REDIS_URL_ENV_NAME]);
如何连接上述 Bull.js 队列实例以使其与 AWS ElasticCache redis 一起使用?
const instantShiftQueue = new Queue('自动选择', process.env[process.env.REDIS_URL_ENV_NAME]);
如何连接上述 Bull.js 队列实例以使其与 AWS ElasticCache redis 一起使用?