osx上得php redis扩展怎么安装?

你要问我osx下php得redis扩展怎么安装,只需要三步:


1. 确定你的php版本:php -v


2.如果像我一样是php5.4.24,那么到brew中去看看:brew search php 或者直接 brew search php54-redis ,如下图:




3.全部参考于:https://github.com/nicolasff/phpredis/#installation-on-osx


You can install install it using Homebrew:

  • Get homebrew-php
  • brew install php55-redis (or php53-redis, php54-redis)

你可能感兴趣的:(osx)