From 2ced7656953c1a72456cea378110537f930b6a7d Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Wed, 30 Sep 2015 12:47:44 -0700 Subject: [PATCH] add required php redis module version --- admin_manual/configuration_server/caching_configuration.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/caching_configuration.rst b/admin_manual/configuration_server/caching_configuration.rst index 2e97f9799..7f8b555e8 100644 --- a/admin_manual/configuration_server/caching_configuration.rst +++ b/admin_manual/configuration_server/caching_configuration.rst @@ -137,7 +137,9 @@ Redis Redis is an excellent modern memcache to use for both distributed caching, and with :doc:`Transactional File Locking <../configuration_files/files_locking_transactional>` because it guarantees -that cached objects are available for as long as they are needed. +that cached objects are available for as long as they are needed. + +The Redis PHP module must be version 2.2.5 or better. On Debian/Ubuntu/Mint install ``redis-server`` and ``php5-redis``. The installer will automatically launch ``redis-server`` and configure it to launch at