Add support for redis URLs in Workhorse
Previously config.toml only supported Redis URLs with tcp:// or unix://. However, AWS Elasticache needs rediss:// to work. This merge request brings redis[s]:// support to Workhorse.
Closes #189 (closed)
Edited by Stan Hu