Php fpm_demo - daniel-qa/Azure-Kubernetes-Service GitHub Wiki

How to install redis extension for php 7

安裝 php redis extension


RUN pecl install redis && docker-php-ext-enable redis


sudo service php7.0-fpm restart

(optional: run php -m for listing the php modules).

Now, you can use the Redis class in your php code.