Update docstrings of redis transport with user and password

This commit is contained in:
Matus Valo 2021-07-08 21:03:02 +00:00
parent 2d036f54b6
commit 1ce0afe39a
1 changed files with 3 additions and 3 deletions

View File

@ -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
=================