Skip to content

Commit 62f30c0

Browse files
committed
Update client.quit definition in README.md to include callback
1 parent 27bb93a commit 62f30c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ implement backpressure by checking the buffer state before sending a command and
329329
listening to the stream
330330
[drain](https://nodejs.org/api/stream.html#stream_event_drain) event.
331331

332-
## client.quit()
332+
## client.quit(callback)
333333

334334
This sends the quit command to the redis server and ends cleanly right after all
335335
running commands were properly handled. If this is called while reconnecting

0 commit comments

Comments
 (0)