×
Inicio Aleatorio

How to install php-redis extension using the official PHP Docker image approach?

Creado: 15-03-22 (Actualizado: 15-03-22)

Redis is not an extension that is included in “php-src”, therefore you cannot use docker-php-ext-install. Use PECL: RUN pecl install -o -f redis \ && rm -rf /tm

https://newbedev.com/how-to-install-php-redis-extension-using-the-official-php-docker-image-approach

Siguiente Enlace