Return any locks, as created by resque plugins or task middleware, in this redis namespace. Will contain locks with keys like resque:lock:{job} and resque:workerslock:{workerId} Will throw an error if redis cannot be reached.
resque:lock:{job}
resque:workerslock:{workerId}
Return any locks, as created by resque plugins or task middleware, in this redis namespace. Will contain locks with keys like
resque:lock:{job}
andresque:workerslock:{workerId}
Will throw an error if redis cannot be reached.