우분투18 php-redis 설치

Jmnote (토론 | 기여)님의 2018년 11월 22일 (목) 00:04 판 (새 문서: ==개요== ;우분투 php-redis 설치 ==확인== <source lang='console'> root@ubuntu18:~# apt list php-redis Listing... Done php-redis/bionic 3.1.6-1build1 amd64 </soruce> ==설치...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

우분투 php-redis 설치

2 확인

<source lang='console'> root@ubuntu18:~# apt list php-redis Listing... Done php-redis/bionic 3.1.6-1build1 amd64 </soruce>

3 설치

<source lang='console'> root@ubuntu18:~# apt install php-redis Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed:

 php-igbinary

Suggested packages:

 redis-server

The following NEW packages will be installed:

 php-igbinary php-redis

0 upgraded, 2 newly installed, 0 to remove and 105 not upgraded. Need to get 152 kB of archives. After this operation, 601 kB of additional disk space will be used. Do you want to continue? [Y/n] </soruce> <source lang='console'> Get:1 http://ap-northeast-2.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 php-igbinary amd64 2.0.5-1build1 [46.5 kB] Get:2 http://ap-northeast-2.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 php-redis amd64 3.1.6-1build1 [106 kB] Fetched 152 kB in 1s (262 kB/s) Selecting previously unselected package php-igbinary. (Reading database ... 57333 files and directories currently installed.) Preparing to unpack .../php-igbinary_2.0.5-1build1_amd64.deb ... Unpacking php-igbinary (2.0.5-1build1) ..................................................] Selecting previously unselected package php-redis........................................] Preparing to unpack .../php-redis_3.1.6-1build1_amd64.deb ... Unpacking php-redis (3.1.6-1build1) ...####..............................................] Setting up php-igbinary (2.0.5-1build1) ...#############.................................] Setting up php-redis (3.1.6-1build1) ...#############################....................] </soruce>

4 확인 2

<source lang='console'> root@ubuntu18:~# apt list php-redis Listing... Done php-redis/bionic,now 3.1.6-1build1 amd64 [installed] </soruce>

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}