Updated on: February 1, 2023

Sales Page

Important

  • This product is not included any package.
  • Anyone can buy and download instantly.
  • 20% Discount for LifeTime and 1 Year Plan owners: PlusMembers20

Add this lines to wp-config.php

Recommended configuration

define('WP_REDIS_CONFIG', [
    'token' => 'u0QZkTTB9g1klns3AFcVxhyrSsVWkR0iEiiR7WerupnTjjlzqiE6b1XUUPQ7',
    'host' => '127.0.0.1',
    'port' => 6379,
    'database' => 0, // change for each site
    'maxttl' => 3600 * 24 * 7, // 7 days
    'timeout' => 1.0,
    'read_timeout' => 1.0,
    'split_alloptions' => true,
    'debug' => false,
]);

define('WP_REDIS_DISABLED', false);

High Performance Configuration if you get zstd error, delete this line from your wp-config.php

define('WP_REDIS_CONFIG', [
    'token' => 'u0QZkTTB9g1klns3AFcVxhyrSsVWkR0iEiiR7WerupnTjjlzqiE6b1XUUPQ7',
    'host' => '127.0.0.1',
    'port' => 6379,
    'database' => 0, // change for each site
    'timeout' => 1.0,
    'read_timeout' => 1.0,
    'compression' => 'zstd',
    'serializer' => 'igbinary',
    'async_flush' => true,
    'split_alloptions' => true,
    'prefetch' => true,
    'debug' => false,
    'save_commands' => false,
]);

define('WP_REDIS_DISABLED', getenv('WP_REDIS_DISABLED') ?: false);

Truly reliable, highly-optimized and fully customizable, with a dedicated engineer when you most need it.

  • Rewritten for raw performance
  • WordPress object cache API compliant
  • Easy debugging & logging
  • Cache prefetching and analytics
  • Fully unit tested (100% code coverage)
  • Secure connections with TLS
  • Health checks via WordPress & WP CLI
  • Optimized for WooCommerce, Jetpack & Yoast SEO