diff --git a/src/classes/worker.ts b/src/classes/worker.ts index 8dfdaed180..e2c1554038 100644 --- a/src/classes/worker.ts +++ b/src/classes/worker.ts @@ -277,6 +277,9 @@ export class Worker< isRedisInstance(opts.connection) ? (opts.connection).duplicate({ connectionName }) : { ...opts.connection, connectionName }, + false, + true, + opts.skipVersionCheck, ); this.blockingConnection.on('error', error => this.emit('error', error)); this.blockingConnection.on('ready', () =>