1.在LANGUAGES中选中php,选择需要的php版本,并勾选“Make this version available on the command line”
2.然后打开mac终端Terminal.app,并输入命令
pecl install redis
3.编辑php.ini添加redis.so
Go to File > Edit Templates > PHP > PHP7.2.10 and add extension=redis.so.
注意php版本号对应上
4.重启MAMP
5.安装成功
6.总结
多看官方文档
https://documentation.mamp.info/en/MAMP-PRO-Mac/How-Tos/General/PECL/