• Resolved nguyendungbkc

    (@nguyendungbkc)


    I added these settings jus now to wp-config.php

    // adjust Redis host and port if necessary
    define( 'WP_REDIS_HOST', '127.0.0.1' );
    define( 'WP_REDIS_PORT', 6379 );

    // change the prefix and database for each site to avoid cache data collisions
    define( 'WP_REDIS_PREFIX', 'my-site' );
    define( 'WP_REDIS_DATABASE', 0 ); // 0-15

    // reasonable connection and read+write timeouts
    define( 'WP_REDIS_TIMEOUT', 60 );
    define( 'WP_REDIS_READ_TIMEOUT', 60 );

    I disabled and enabled Redis Object Cache plugin, flushed cache but the Connection Timeout and Read Timeout values ​​are still 1

    Port:	6379
    Database: 0
    Connection Timeout: 1s
    Read Timeout: 1s
    Redis Version: 7.4.2

    Please help me fix this.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.