stacklio / stackl

An open source, end-to-end application orchestration platform.
https://stackl.io
GNU General Public License v3.0
5 stars 4 forks source link

WIP redis sentinel #279

Open stgrace opened 3 years ago

stgrace commented 3 years ago

Description of feature

Support for redis sentinel

Additional information

So far added redis_host has a list of tuples, just like in arq. Attempted to use a Union of tuples and str, but when I did it always parsed the conf through the environment as a string.

TODO