Skip to content

Commit 9c7cb98

Browse files
author
Julien Ruaux
committed
docs: Added username and password configuration properties
1 parent e3f807b commit 9c7cb98

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/docs/asciidoc/_connect.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ To disable certificate verification for TLS connections use the following proper
2121
----
2222
redis.insecure=true
2323
----
24+
25+
Username and password can be specified in the URI or separately with the following properties:
26+
27+
[source,properties]
28+
----
29+
redis.username=user1
30+
redis.password=pass
31+
----

0 commit comments

Comments
 (0)