New wp-config.php settings not loaded
-
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 redis
I 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.3
Any ideas why?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘New wp-config.php settings not loaded’ is closed to new replies.