Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f6aef4

Browse files
committed
Add missing doc for close()
1 parent fd03564 commit 5f6aef4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ $redis->pconnect('127.0.0.1', 6379, 2.5); // 2.5 sec timeout and would be anothe
131131
$redis->pconnect('/tmp/redis.sock'); // unix domain socket - would be another connection then the three before.
132132
</pre>
133133

134+
## close
135+
##### *Description*
136+
Disconnects from the Redis instance, except when `pconnect` is used.
134137

135138
## setOption
136139
##### *Description*

0 commit comments

Comments
 (0)