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`.
246246Forcibly close the connection to the Redis server. Note that this does not wait until all replies have been parsed.
247247If you want to exit cleanly, call ` client.quit() ` to send the ` QUIT ` command after you have handled all replies.
248248
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.
250250If you set flush to false all still running commands will silently fail.
251251
252252This 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