Format README.md

This commit is contained in:
Jose Miguel López Coronado 2020-11-12 15:59:26 +01:00
parent 366b8e8836
commit 26eaa8b633

View File

@ -15,7 +15,9 @@ REDIS CONFIGURATION IN WORDPRESS
Install the Redis Object Cache plugin in WordPress and Activate it Install the Redis Object Cache plugin in WordPress and Activate it
Then, in Settings -> Redis click Enable Object Cache Then, in Settings -> Redis click Enable Object Cache
For the plugin to function you must add the following in your wp-config.php file: For the plugin to function you must add the following in your wp-config.php file:
define('WP_REDIS_HOST', 'redis'); define('WP_REDIS_HOST', 'redis');
define('WP_CACHE_KEY_SALT', 'wp-docker-5DknvYepdjyJMo8gDqrLhrpAJUQ'); define('WP_CACHE_KEY_SALT', 'wp-docker-5DknvYepdjyJMo8gDqrLhrpAJUQ');
The WP_CACHE_KEY_SALT must be unique, so do your best in adapting it. The WP_CACHE_KEY_SALT must be unique, so do your best in adapting it.