小fish 发表于 2018-11-7 13:15:26

【Redis专题】redis客户端phpredis的安装

实现了一个PHP版本的Redis客户端。下载地址: https://github.com/owlient/phpredis/downloads  1、安装
  tar zxvf owlient-phpredis-2.1.1-1-g90ecd17.tar.gz
  cd owlient-phpredis-90ecd17/
  /usr/local/webserver/php/bin/phpize
  ./configure --with-php-config=/usr/local/webserver/php/bin/php-config
  make && make install

页: [1]
查看完整版本: 【Redis专题】redis客户端phpredis的安装