go-workers icon indicating copy to clipboard operation
go-workers copied to clipboard

Allow Config to be initialized without using Configure

Open tomcz opened this issue 6 years ago • 0 comments

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.

tomcz avatar Dec 15 '18 16:12 tomcz