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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,7 @@ 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.
0 commit comments