Skip to content

Commit

Permalink
docs: Added username and password configuration properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jun 29, 2022
1 parent e3f807b commit 9c7cb98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/docs/asciidoc/_connect.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ To disable certificate verification for TLS connections use the following proper
----
redis.insecure=true
----

Username and password can be specified in the URI or separately with the following properties:

[source,properties]
----
redis.username=user1
redis.password=pass
----

0 comments on commit 9c7cb98

Please sign in to comment.