We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 944a16d + 6c848db commit caf8a46Copy full SHA for caf8a46
README.md
@@ -108,7 +108,7 @@ of suitable [options](http://php.net/manual/context.ssl.php) passed via the `ssl
108
$client = new Predis\Client([
109
'scheme' => 'tls',
110
'ssl' => ['cafile' => 'private.pem', 'verify_peer' => true],
111
-]
+]);
112
113
// Same set of parameters, but using an URI string:
114
$client = new Predis\Client('tls://127.0.0.1?ssl[cafile]=private.pem&ssl[verify_peer]=1');
0 commit comments