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.