Skip to content

Add support for redis URLs in Workhorse

Stan Hu requested to merge sh-add-redisss-support into master

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

Merge request reports