From 643b9367835e65f3e19821fc9fe1a8811c4c43e3 Mon Sep 17 00:00:00 2001 From: NickTh Date: Wed, 2 Aug 2017 01:43:38 +0300 Subject: [PATCH] Update caching_configuration.rst On Ubuntu 16.04, assuming on Debian too, there are no packages named php5-redis or php7.0-redis. Instead, php-redis exist. --- admin_manual/configuration_server/caching_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/caching_configuration.rst b/admin_manual/configuration_server/caching_configuration.rst index be726530e..aad2f6ce0 100644 --- a/admin_manual/configuration_server/caching_configuration.rst +++ b/admin_manual/configuration_server/caching_configuration.rst @@ -113,7 +113,7 @@ The Redis PHP module must be version 2.2.6+. If you are running a Linux distribution that does not package the supported versions of this module, or does not package Redis at all, see :ref:`install_redis_label`. -On Debian/Ubuntu/Mint install ``redis-server`` and ``php5-redis`` or ``php7.0-redis``. The installer +On Debian/Ubuntu/Mint install ``redis-server`` and ``php-redis``. The installer will automatically launch ``redis-server`` and configure it to launch at startup.