File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
docs/getting-started/brokers Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,13 @@ by adding the ``virtual_host`` parameter to the URL:
51
51
52
52
redis+socket:///path/to/redis.sock?virtual_host=db_number
53
53
54
+ It is also easy to connect directly to a list of Redis Sentinel:
55
+
56
+ .. code-block :: python
57
+
58
+ app.conf.broker_url = ' sentinel://localhost:26379;sentinel://localhost:26380;sentinel://localhost:26381'
59
+ app.conf.broker_transport_options = { ' master_name' : " cluster1" }
60
+
54
61
.. _redis-visibility_timeout :
55
62
56
63
Visibility Timeout
@@ -81,6 +88,8 @@ you should configure these settings::
81
88
For a complete list of options supported by the Redis result backend, see
82
89
:ref: `conf-redis-result-backend `
83
90
91
+ *Note that sentinel is not a supported backend *
92
+
84
93
.. _redis-caveats :
85
94
86
95
Caveats
You can’t perform that action at this time.
0 commit comments