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.
1 parent 7d2373d commit 556ccaeCopy full SHA for 556ccae
Readme.md
@@ -22,7 +22,7 @@ composer require dmitry-suffi/RedisSessionHandler
22
23
24
$redis = new Redis();
25
-if ($redis->pconnect('11.111.111.11', 6379') && $redis->select(0)) {
+if ($redis->pconnect('11.111.111.11', 6379) && $redis->select(0)) {
26
$handler = new \suffi\RedisSessionHandler\RedisSessionHandler($redis);
27
session_set_save_handler($handler);
28
}
0 commit comments