Home > Q&A > body text
phpredis was installed successfully, and phpinfo also saw the extension, but
$redis = new redis();
$result = $redis->connect('127.0.0.1 ', 6379);
var_dump( $result);
is printed as false, why is it not connected?
Home
Course
Q&A
My