Great but – Documentation lacks examples to make novice setup easy.
-
Great to be able to install on my plesk service via Docker. I use the Bitinami version for ease – because the docker variables exist in a tutorial on the web. I have a few sites running and WordPress health has detected that Object cache is running and enabled.
The good parts
Once running it is easy to apply it to multiple sites sharing the server. I intend on adding Redis to all sites to meet WordPress new Site Health recommendation – add object caching.The bad parts – setting it up!
Poor documentation for novice users. Lack of example configs from Redis, Docker and Plesk documentation. Seriously – Its bad, vague and does not cover the points where users would typically get stuck.For example the lack of pre-formatted code snippets to cover the following makes the setup process inaccessible to people new to REDIS:
- An official set of WP-Config.php snippets correctly formatted would be fantastic. I dont mean a list of constants (which is available) the average copy paste user just wants to copy paste snippets that are correctly formatted. define(‘WP_REDIS_DATABASE’, 3 );
define(‘WP_REDIS_SELECTIVE_FLUSH’, true);
As above – Written as used for people that dont know what these statements are supposed to look like - An official set of correctly formatted variables that Redis mounted via Docker will accept would be fantastic – Hence using the bitinami version – I found the snippets I needed without using a custom redis.conf file.
- Instructions on how and where to place your Plesk redis.conf file would be extremely useful to novice users. There is no documentation covering the file structure Docker users for Redis or the file strucutre used for redis in general.
Poor WordPress setup guides
The WordPress plugin does not come with a easy setup guide.
No mention of what to do with servers with multiple sites.
For example adding Selective Flush or giving each site its own Redis Database number to avoid clashes. These should be the defaults and available as snippets with explanation. - An official set of WP-Config.php snippets correctly formatted would be fantastic. I dont mean a list of constants (which is available) the average copy paste user just wants to copy paste snippets that are correctly formatted. define(‘WP_REDIS_DATABASE’, 3 );
- The topic ‘Great but – Documentation lacks examples to make novice setup easy.’ is closed to new replies.