在Mac下安装phpredis扩展,可以使用Homebrew或者pecl。,,使用Homebrew安装:,``bash,brew install php@7.4,brew install php@7.4-redis,brew link --force --overwrite php@7.4,`,,使用pecl安装:,`bash……