You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/clustering.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,22 @@ const value = await cluster.get('key');
40
40
| modules || Included [Redis Modules](../README.md#packages)|
41
41
| scripts || Script definitions (see [Lua Scripts](../README.md#lua-scripts)) |
42
42
| functions || Function definitions (see [Functions](../README.md#functions)) |
43
+
## Auth with password and username
44
+
45
+
Specifying the password in the URL or a root node will only affect the connection to that specific node. In case you want to set the password for all the connections being created from a cluster instance, use the `defaults` option.
0 commit comments