Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanjiapeng <fanjiapeng@126.com>2018-11-16 12:04:56 +0300
committerfanjiapeng <fanjiapeng@126.com>2018-11-16 12:04:56 +0300
commite1c9b3efcc0a8ae23a09ebdaeb54c82dee775259 (patch)
tree565e68f0e96cece3c69d2ef7e90cebe83015976f /README.markdown
parentda2139dca6db90d99b47b327c6092c3fb87e13cb (diff)
Update README.markdown
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 2e3a6717..4f28360a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -282,7 +282,7 @@ $redis->swapdb(0, 1); /* Swaps DB 0 with DB 1 atomically */
-----
_**Description**_: Disconnects from the Redis instance, include when `pconnect` is used.
-*Note*: Requires Redis >= 4.2.0, phpredis can closed the persistent connection.
+*Note*: Requires Redis >= 4.2.0, phpredis can close the persistent connection.
##### *Parameters*
None.