Thread Starter
svs7
(@svs7)
Okay, thank you!
We will edit the parameters.
But please tell me:
- How much do you recommend the “timeout” to be (currently “1”)?
- And should port 6379 remain?
Thread Starter
svs7
(@svs7)
Ok!
How much do you recommend the “timeout” to be (currently “1”)?
(I attach a picture: https://prnt.sc/E0rjr1QfIZWf)
Am I to understand that from this (‘127.0.0.1’, 6379, 1, ”, 0, 1) I should only change the “timeout”?
And should the port 6379 remain?
In wp-config for Redis there is the following entry
define(‘WP_REDIS_PORT’, 13851);
define(‘WP_CACHE_KEY_SALT’, ‘4Dsd8lfHjysHdhf47ks8jFd5Jf’);
define(‘WP_CACHE’, true);
define(‘WP_REDIS_PERSISTENT’, true);