benmanns / goworker

goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers.
https://www.goworker.org
Other
2.8k stars 241 forks source link

Added missing prefillParallelism argument in redis.go newRedisPool function #78

Open NoumanArshad83 opened 4 years ago

NoumanArshad83 commented 4 years ago

There were major changes in see history. The changes on May 25th, 2019 broken goworker package. Added required parameter with default value ( default value 0 as defined in struct ) to fix the issue

This PR will fix an open issue #76

NoumanArshad83 commented 4 years ago

Hello @benmanns / @TheOrioli / @brockwood, As I cannot add a Reviewer so could any one please help me to review code changes? Many thanks