From 26eaa8b6338f3c67f774ae3d32f678275da5df71 Mon Sep 17 00:00:00 2001 From: Jose Miguel Lopez Coronado Date: Thu, 12 Nov 2020 15:59:26 +0100 Subject: [PATCH] Format README.md --- basic_redis/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basic_redis/README.md b/basic_redis/README.md index e9ffc6f..08f5729 100644 --- a/basic_redis/README.md +++ b/basic_redis/README.md @@ -15,7 +15,9 @@ REDIS CONFIGURATION IN WORDPRESS Install the Redis Object Cache plugin in WordPress and Activate it Then, in Settings -> Redis click Enable Object Cache For the plugin to function you must add the following in your wp-config.php file: + define('WP_REDIS_HOST', 'redis'); + define('WP_CACHE_KEY_SALT', 'wp-docker-5DknvYepdjyJMo8gDqrLhrpAJUQ'); The WP_CACHE_KEY_SALT must be unique, so do your best in adapting it.