celery-singleton icon indicating copy to clipboard operation
celery-singleton copied to clipboard

Added Redis Sentinel Support

Open K-MTG opened this issue 4 years ago • 0 comments

Support for Redis Sentinel configuration as follows:

app.conf.broker_url = 'sentinel://:password@localhost:26379;sentinel://:password@localhost:26380;sentinel://:password@localhost:26381' app.conf.broker_transport_options = { 'master_name': "cluster1", sentinel_kwargs': {'password': 'password'} }

#34

K-MTG avatar Feb 18 '21 05:02 K-MTG