yum install phpredis -y
Centos 자체 PHP를 사용하는 경우 php-devel이 설치되어 있는지 확인하세요.
yum install php-devel -y(설치되지 않은 경우) , redis 확장을 로드할 수 없습니다) )
Redis 서버에 연결
//로컬 호스트의 Redis 서버에 연결
r edis=n ewRedis();redis->connect('127.0. 0.1', 6379)
reult=redis->auth( 비밀번호);//비밀번호 로그인
redis?>select(“5 ”) ;// 선택선택 도서관echo“ㄷonnec tionto serversucessfully”;/ /checkwheth er server isrunningornote cho“se rverisrunning:” .redis->ping();
').addClass('pre-numbering').hide();
$(this).addClass('has-numbering').parent().append($numbering);
for (i = 1; i ').text(i));
};
$numbering.fadeIn(1700);
});
});
위 내용은 관련 내용을 포함하여 redis 설치와 PHP에서의 redis 활용에 대해 소개하고 있으며, PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.