mirror of https://github.com/celery/kombu.git
Update docstrings of redis transport with user and password
This commit is contained in:
parent
2d036f54b6
commit
1ce0afe39a
|
@ -15,15 +15,15 @@ Connection string has the following format:
|
|||
|
||||
.. code-block::
|
||||
|
||||
redis://REDIS_ADDRESS[:PORT][/VIRTUALHOST]
|
||||
rediss://REDIS_ADDRESS[:PORT][/VIRTUALHOST]
|
||||
redis://[USER:PASSWORD@]REDIS_ADDRESS[:PORT][/VIRTUALHOST]
|
||||
rediss://[USER:PASSWORD@]REDIS_ADDRESS[:PORT][/VIRTUALHOST]
|
||||
|
||||
To use sentinel for dynamic Redis discovery,
|
||||
the connection string has following format:
|
||||
|
||||
.. code-block::
|
||||
|
||||
sentinel://SENTINEL_ADDRESS[:PORT]
|
||||
sentinel://[USER:PASSWORD@]SENTINEL_ADDRESS[:PORT]
|
||||
|
||||
Transport Options
|
||||
=================
|
||||
|
|
Loading…
Reference in New Issue