git clone https://www.github.com/phpredis/phpredis.git
cd phpredis
phpize && ./configure && make && sudo make install
Fügen Sie extension=redis.so
hinzu in Ihrer php.ini
brew services restart [email protected]
make test
Sie können überprüfen, ob es funktioniert oder nicht
php -r "if (new Redis() == true){ echo \"\r\n OK \r\n\"; }"