From f7ff9809764667c504389fe32cac1f6020b51197 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Thu, 26 Nov 2015 09:02:08 +0100 Subject: [PATCH] Typo: memcached->redis-server --- 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 fb23b505c..db2ccbcfb 100644 --- a/admin_manual/configuration_server/caching_configuration.rst +++ b/admin_manual/configuration_server/caching_configuration.rst @@ -162,7 +162,7 @@ startup. On Red Hat/CentOS/Fedora install ``redis`` and ``php-pecl-redis``. It will not start automatically, so you must use your service manager to start -``memcached``, and to launch it at boot as a daemon. +``redis-server``, and to launch it at boot as a daemon. You can verify that the Redis daemon is running with ``ps ax``::