Comments on: How to Speed Up WordPress with Redis Caching https://www.rosehosting.com/blog/how-to-speed-up-wordpress-with-redis-caching/ Premium Linux Tutorials Since 2001 Thu, 15 Dec 2022 12:30:52 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: admin https://www.rosehosting.com/blog/how-to-speed-up-wordpress-with-redis-caching/#comment-48699 Fri, 10 Sep 2021 06:15:04 +0000 https://www.rosehosting.com/blog/?p=24230#comment-48699 In reply to Md Imran Hossain.

You can set it by logging in to your redis cli then run the commands below:
config set maxmemory 128MB
CONFIG REWRITE

]]>
By: Md Imran Hossain https://www.rosehosting.com/blog/how-to-speed-up-wordpress-with-redis-caching/#comment-48698 Thu, 09 Sep 2021 20:28:11 +0000 https://www.rosehosting.com/blog/?p=24230#comment-48698 how can I add
“maxmemory 128mb
maxmemory-policy allkeys-lru” in nano editor?
is this mandatory ?

]]>
By: admin https://www.rosehosting.com/blog/how-to-speed-up-wordpress-with-redis-caching/#comment-46496 Thu, 04 Jan 2018 09:14:02 +0000 https://www.rosehosting.com/blog/?p=24230#comment-46496 In reply to jermaine.

By default the plugin will connect to Redis over TCP at 127.0.0.1:6379 and select database 0. You should edit the wp-config file only if you need to adjust the connection parameters.

]]>
By: jermaine https://www.rosehosting.com/blog/how-to-speed-up-wordpress-with-redis-caching/#comment-46495 Wed, 03 Jan 2018 12:58:58 +0000 https://www.rosehosting.com/blog/?p=24230#comment-46495 your tutorial is half and not complete. Redis will not work without config the wp-config, you must add two lines

]]>