Skip to content

Commit 4859ab7

Browse files
committed
Let's remain sticky to Redis 4.3.0
Some days ago Redis 5.0.0 was released and it includes some changes that require verification in core functionality and associated unit tests (now failing). To be handled by: https://tracker.moodle.org/browse/MDL-66139 Once that issue is fixed... surely we can unpin this. Ciao :-)
1 parent d225170 commit 4859ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/tmp/setup/php-extensions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/
5959
docker-php-ext-install -j$(nproc) ldap
6060

6161
# SOLR, Memcached, Redis, APCu, igbinary.
62-
pecl install solr memcached mongodb redis apcu igbinary
62+
pecl install solr memcached mongodb redis-4.3.0 apcu igbinary
6363
docker-php-ext-enable solr memcached mongodb redis apcu igbinary
6464

6565
echo 'apc.enable_cli = On' >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini

0 commit comments

Comments
 (0)