1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-25 00:40:59 +03:00

Fix "therefor" vs. "therefore" typo in README.md

See: https://english.stackexchange.com/a/58617
This commit is contained in:
Matt Audesse
2017-07-17 16:34:30 -04:00
parent a3aa4725c2
commit 5f62055dd9

View File

@@ -274,7 +274,7 @@ In combination this can be used to implement backpressure by checking the buffer
## client.quit()
This sends the quit command to the redis server and ends cleanly right after all running commands were properly handled.
If this is called while reconnecting (and therefor no connection to the redis server exists) it is going to end the connection right away instead of
If this is called while reconnecting (and therefore no connection to the redis server exists) it is going to end the connection right away instead of
resulting in further reconnections! All offline commands are going to be flushed with an error in that case.
## client.end(flush)