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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,8 @@ limits total time for client to reconnect. Value is provided in milliseconds and
210
210
*`max_attempts` defaults to `null`. By default client will try reconnecting until connected. Setting `max_attempts`
211
211
limits total amount of reconnects.
212
212
*`auth_pass` defaults to `null`. By default client will try connecting without auth. If set, client will run redis auth command on connect.
213
-
*`family` defaults to `IPv4`. By default client will try connecting with a IPv4 DNS resolution when a FQDN host is set. You can also specify and IPv6 for forcing a IPv6 FQDN resolution.
213
+
*`family` defaults to `IPv4`. The client connects in IPv4 if not specified or if the DNS resolution returns an IPv4 address.
214
+
You can force an IPv6 if you set the family to 'IPv6'. See nodejs net or dns modules how to use the family type.
0 commit comments