Home  >  Q&A  >  body text

Ask a question

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?


永恒永恒2199 days ago1064

reply all(0)I'll reply

No reply
  • Cancelreply