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/v3-to-v4.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The configuration object passed to `createClient` has changed significantly with
16
16
17
17
### No Auto Connect
18
18
19
-
In V4, the client does not automatically connect to the server, you need to run `.connect()`before any command, or you will receive error `ClientClosedError: The client is closed`.
19
+
In V4, the client does not automatically connect to the server. Instead you need to run `.connect()`after creating the client or you will receive an error:`ClientClosedError: The client is closed`.
0 commit comments