git clone https://www.github.com/phpredis/phpredis.git
cd phpredis
phpize && ./configure && make && sudo make install
Ajouter extension=redis.so
dans votre php.ini
brew services restart [email protected]
make test
Vous pouvez vérifier qu'il fonctionne ou non
php -r "if (new Redis() == true){ echo \"\r\n OK \r\n\"; }"