mirror of https://github.com/celery/kombu.git
fix(doc): updating pydoc for redis sentinel (#766)
Signed-off-by: Geoffrey Bauduin <geoffrey.bauduin@corp.ovh.com>
This commit is contained in:
parent
9038f4c4b3
commit
883aefe84c
|
@ -1060,7 +1060,7 @@ class SentinelChannel(Channel):
|
|||
`Connection` object).
|
||||
|
||||
You must provide at least one option in Transport options:
|
||||
* `service_name` - name of the redis group to poll
|
||||
* `master_name` - name of the redis group to poll
|
||||
"""
|
||||
|
||||
from_transport_options = Channel.from_transport_options + (
|
||||
|
|
Loading…
Reference in New Issue