Skip to content

Commit

Permalink
Document authentication via url for redis cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Jan 24, 2023
1 parent a92ea21 commit 17e087b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/source/storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ Requires the location(s) of the redis cluster startup nodes (One is enough).
:code:`redis+cluster://localhost:7000`
or :code:`redis+cluster://localhost:7000,localhost:7001`

If the cluster is password protected the username and/or password can be provided in the url,
for example :code:`redis+cluster://:sekret@localhost:7000,localhost:7001`

Depends on: :pypi:`redis`

MongoDB Storage
Expand Down

0 comments on commit 17e087b

Please sign in to comment.