redis->connect($host, $port,3);$this->redis = new Redis();" 명령문을 입력합니다. 변경 사항을 저장하세요."/> redis->connect($host, $port,3);$this->redis = new Redis();" 명령문을 입력합니다. 변경 사항을 저장하세요.">
PHP에서 redis를 닫는 방법: 먼저 해당 파일을 연 다음 "$this->redis->connect($host, $port,3);$this->redis = new Redis( )”; 마지막으로 변경 사항을 저장합니다.
php Redis 연결 닫기
방법:
$this->redis->connect($host, $port,3); //3秒连接超时 $this->redis = new Redis(); $this->redis->connect($host, $port); $this->redis->auth($auth); //这样解决就可以了,简单粗暴
더 많은 관련 기사를 보려면 PHP 중국어 웹사이트를 방문하세요!
위 내용은 PHP Redis를 닫는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!