define( 'WP_REDIS_CONFIG', [ 'token' => 'd779d6d7b190d5fe0ebc47fcd68b3fc98cb2a5f00c07117382913578e58b', 'host' => 'redis01.rancher.internal', // <-- change to proper redis instance 'port' => 6379, 'database' => #, // change for each site (0-15 available) 'maxttl' => 86400, 'timeout' => 1.0, 'read_timeout' => 1.0, 'prefetch' => false, 'serializer' => 'igbinary', 'compression' => 'zstd', 'async_flush' => true, 'split_alloptions' => true, 'debug' => false, // 'non_prefetchable_groups' => ['freemius', 'wc_cache_*'], // 'non_persistent_groups' => ['freemius'], ] ); define( 'WP_REDIS_DISABLED', true ); // false to enable define( 'CONVESIO_VER', '3.1' ); WordPress › Installation