File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ something like this `Error: Ready check failed: ERR operation not permitted`.
246
246
Forcibly close the connection to the Redis server. Note that this does not wait until all replies have been parsed.
247
247
If you want to exit cleanly, call ` client.quit() ` to send the ` QUIT ` command after you have handled all replies.
248
248
249
- You should set flush to true, if you are not absolutly sure you do not care about any other commands.
249
+ You should set flush to true, if you are not absolutely sure you do not care about any other commands.
250
250
If you set flush to false all still running commands will silently fail.
251
251
252
252
This example closes the connection to the Redis server before the replies have been read. You probably don't
You can’t perform that action at this time.
0 commit comments