?
PHP Redis 安装
?
目录:[?-?]
- 20.4.4.?php-redis.x86_64 : Extension for communicating with the Redis key-value store
- 20.4.4.1.?pecl 安装
- 20.4.4.2.?yum安装
- 20.4.4.3.?源码编译安装
- 20.4.4.4.?配置 redis.ini
- 20.4.4.5.?Session 配置
?
文章出处:http://netkiller.github.io/
?
20.4.4.?php-redis.x86_64 : Extension for communicating with the Redis key-value store
20.4.4.1.?pecl 安装
pecl install redis
로그인 후 복사
20.4.4.2.?yum安装
https://github.com/nicolasff/phpredis
yum search redisphp-redis.x86_64 : Extension for communicating with the Redis key-value storepython-redis.noarch : A Python client for redisredis.x86_64 : A persistent key-value database
로그인 후 복사
20.4.4.3.?源码编译安装
安装git版本控制客户端
yum install git
로그인 후 복사
从github仓库中克隆一份代码到本地
git clone git://github.com/nicolasff/phpredis.git
로그인 후 복사
编译安装phpredis; 我暂时没有找到 pecl的phpredis源
cd phpredisphpize./configure --with-php-config=/srv/php-5.4.9/bin/php-configmake && make install
로그인 후 복사
创建配置文件
20.4.4.4.?配置 redis.ini
cat > /srv/php-5.4.9/etc/conf.d/redis.ini <<EOFextension=redis.soEOF
로그인 후 복사
查看安装情况
# php -m | grep redisredis
로그인 후 복사
20.4.4.5.?Session 配置
使用 Redis 存储 Session 数据
session.save_handler = redissession.save_path = "tcp://127.0.0.1:6379"或者使用多个redissession.save_path = "tcp://host1:6379?weight=1, tcp://host2:6379?weight=2&timeout=2.5, tcp://host3:6379?weight=2"
로그인 후 복사
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
저자별 최신 기사
-
2024-10-22 09:46:29
-
2024-10-13 13:53:41
-
2024-10-12 12:15:51
-
2024-10-11 22:47:31
-
2024-10-11 19:36:51
-
2024-10-11 15:50:41
-
2024-10-11 15:07:41
-
2024-10-11 14:21:21
-
2024-10-11 12:59:11
-
2024-10-11 12:17:31
최신 이슈
인기 추천
인기 튜토리얼
더>
관련 튜토리얼
인기 추천
최신 강좌
-
PHP 입문 튜토리얼 1: 일주일 안에 PHP 배우기4277478
-
JAVA 초보자용 비디오 튜토리얼2577138
-
PHP 제로 기반 입문 튜토리얼867234
-
JAVA 초보자용 비디오 튜토리얼2577138 학습 시간
-
Little Turtle의 Python 학습에 대한 제로 기반 소개 비디오 튜토리얼510073 학습 시간
-
웹 프론트 엔드 개발에 대한 빠른 소개216242 학습 시간
-
PS 비디오 튜토리얼을 처음부터 마스터하세요898923 학습 시간
-
[웹 프런트엔드] Node.js 빠른 시작8205 학습 시간
-
해외 웹 개발 풀스택 강좌 총집합6516 학습 시간
-
Go 언어 실습 GraphQL5400 학습 시간
-
550W 팬 마스터가 JavaScript를 처음부터 차근차근 학습합니다742 학습 시간
-
기초 지식이 전혀 없는 초보자도 6시간 만에 시작할 수 있는 파이썬 마스터 모쉬27517 학습 시간
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿