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: API.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ Creates a Redis instance
56
56
|[options.family]| <code>string</code> | <code>4</code> | Version of IP stack. Defaults to 4. |
57
57
|[options.path]| <code>string</code> | <code>null</code> | Local domain socket path. If set the `port`, `host` and `family` will be ignored. |
58
58
|[options.keepAlive]| <code>number</code> | <code>0</code> | TCP KeepAlive on the socket with a X ms delay before start. Set to a non-number value to disable keepAlive. |
59
+
|[options.noDelay]| <code>boolean</code> | <code>true</code> | Whether to disable the Nagle's Algorithm. By default we disable it to reduce the latency. |
0 commit comments