📜  php install redis - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:55.611000             🧑  作者: Mango

代码示例1
#To install the PHP Redis extension on PHP 7.0, 7.1, 7.2, 7.3, or 7.4, SSH in to your server as root and run the following commands:
sudo apt-get -y install gcc make autoconf libc-dev pkg-config
sudo pecl7.X-sp install redis