[ad_1]
I added these settings jus now to wp-config.php:
// change the prefix and database for each site to avoid cache data collisions
define( 'WP_REDIS_PREFIX', 'snaak-prod' );
define( 'WP_REDIS_DATABASE', 1 ); // 0-15
// reasonable connection and read+write timeouts
define( 'WP_REDIS_TIMEOUT', 2 );
define( 'WP_REDIS_READ_TIMEOUT', 2 );I restarted Redis
systemctl restart redisI disabled and enabled Redis Object Cache plugin, flushed cache, but still it loads data into database 0
Client: PhpRedis (v5.3.7)
Host: 127.0.0.1
Port: 6379
Database: 0
Connection Timeout: 1s
Read Timeout: 1s
Retry Interval: 0ms
Redis Version: 5.0.3Any ideas why?
- This topic was modified 2 hours, 24 minutes ago by .
