go-workers
go-workers copied to clipboard
Allow Config to be initialized without using Configure
For example so that we can use Redis over a TLS connection, and that configuration requires more than just strings in a map.
This PR also updates github.com/garyburd/redigo/redis
to github.com/gomodule/redigo/redis
, and fixes the ManagerSpec so that it passes on go1.11.1.