Skip to content

Commit

Permalink
Small wording update
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-grunder committed Nov 16, 2018
1 parent e1c9b3e commit 292bd03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -280,9 +280,9 @@ $redis->swapdb(0, 1); /* Swaps DB 0 with DB 1 atomically */

### close
-----
_**Description**_: Disconnects from the Redis instance, include when `pconnect` is used.
_**Description**_: Disconnects from the Redis instance.

*Note*: Requires Redis >= 4.2.0, phpredis can close the persistent connection.
*Note*: Closing a persistent connection requires PhpRedis >= 4.2.0.

##### *Parameters*
None.
Expand Down

0 comments on commit 292bd03

Please sign in to comment.