Suggestion for redis client + parallel child processes
Created by: noriega3
Since bull uses redis as it's backend,
Is there a way to get the redis instance within the 'job' parameter passed in the process without having to require the ioredis module? That way we could easily just do something like var redis = job.getRedisClient()
or something along those lines.