git clone https://www.github.com/phpredis/phpredis.git
cd phpredis
phpize && ./configure && make && sudo make install
extension=redis.so
を追加します php.iniで
brew services restart [email protected]
make test
動作しているかどうかを確認できます
php -r "if (new Redis() == true){ echo \"\r\n OK \r\n\"; }"