更新phpredis Posted on 2020-02-21 Edited on 2022-01-01 In Living Disqus: 更新到 php 7.4切换到对应的php版本 123brew-php-switcher 7.4sudo brew services stop [email protected]sudo brew services start php 安装redis扩展 1pecl install redis 确认redis包安装完成 1php -m 确认设置文件位置 1php --ini 添加 1extension="redis.so" 重启php 1sudo brew services restart php