Skip to content

Commit 989fdc3

Browse files
Fix typo
1 parent 9208bf6 commit 989fdc3

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
@@ -246,7 +246,7 @@ persistent equivalents.
246246
$redis->pconnect('127.0.0.1', 6379);
247247
$redis->pconnect('127.0.0.1'); // port 6379 by default - same connection like before.
248248
$redis->pconnect('127.0.0.1', 6379, 2.5); // 2.5 sec timeout and would be another connection than the two before.
249-
$redis->pconnect('127.0.0.1', 6379, 2.5, 'x'); // x is sent as persistent_id and would be another connection the the three before.
249+
$redis->pconnect('127.0.0.1', 6379, 2.5, 'x'); // x is sent as persistent_id and would be another connection than the three before.
250250
$redis->pconnect('/tmp/redis.sock'); // unix domain socket - would be another connection than the four before.
251251
~~~
252252

0 commit comments

Comments
 (0)