Answers for "brew install redis or php redis"

PHP
0

php install redis

#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
Posted by: Guest on August-06-2021
0

mac brew install php redis

git clone https://www.github.com/phpredis/phpredis.git
cd phpredis
phpize && ./configure && make && sudo make install
Posted by: Guest on June-24-2021

Browse Popular Code Answers by Language