We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f807b commit 9c7cb98Copy full SHA for 9c7cb98
src/docs/asciidoc/_connect.adoc
@@ -21,3 +21,11 @@ To disable certificate verification for TLS connections use the following proper
21
----
22
redis.insecure=true
23
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