Skip to content

Commit e47e446

Browse files
authored
Update README.markdown
1 parent 471ce07 commit e47e446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ $redis->connect('127.0.0.1', 6379, 1, NULL, 100); // 1 sec timeout, 100ms delay
224224
_**Description**_: Connects to a Redis instance or reuse a connection already established with `pconnect`/`popen`.
225225

226226
The connection will not be closed on `close` or end of request until the php process ends.
227-
So be patient on to many open FD's (specially on redis server side) when using persistent
227+
So be patient on too many open FD's (specially on redis server side) when using persistent
228228
connections on many servers connecting to one redis server.
229229

230230
Also more than one persistent connection can be made identified by either host + port + timeout

0 commit comments

Comments
 (0)