From 3df25c7e9f54a38c61ae31ee4123c4d4c2b2dd01 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Tue, 1 Dec 2015 11:56:04 -0800 Subject: [PATCH] Update caching_configuration.rst --- 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 db2ccbcfb..e6ab28a02 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 -``redis-server``, and to launch it at boot as a daemon. +``redis``, and to launch it at boot as a daemon. You can verify that the Redis daemon is running with ``ps ax``::