git clone https://www.github.com/phpredis/phpredis.git
cd phpredis
phpize && ./configure && make && sudo make install
Thêm extension=redis.so
trong php.ini của bạn
brew services restart [email protected]
make test
Bạn có thể kiểm tra hoạt động hay không
php -r "if (new Redis() == true){ echo \"\r\n OK \r\n\"; }"