Install phpredis in redis and phpredis in redis

Source: Internet
Author: User

Install phpredis in redis and phpredis in redis

Wget http://download.redis.io/releases/redis-3.0.2.tar.gz


Tar xzf redis-3.0.2.tar.gz


Cd redis-3.0.2


Make


Cd src


Mkdir/usr/redis


Cp redis-server/usr/redis


Cp redis-benchmark/usr/redis


Cp redis-cli/usr/redis


Cd ../


Cp redis. conf/usr/redis


Cd/usr/redis


./Redis-server redis. conf &


./Redis-cli


127.0.0.1: 6379> keys *

(Empty list or set)


127.0.0.1: 6379> set key "hello world"

OK


127.0.0.1: 6379> get key

"Hello world"


Download phpredis and upload

Http://pecl.php.net/package/redis

Tar zxvf 2.2.4.tar.gz

Cd phpredis-2.2.4/

/Usr/local/webserver/php/bin/phpize

./Configure -- with-php-config =/usr/local/webserver/php/bin/php-config

Make

Make install

Pkill php-fpm

/Usr/local/webserver/php/sbin/php-fpm


View phpinfo



OK!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.