Decryption key is only for upgraded users. Upgrade your account here.
Redis Object Cache Pro By ObjectCache v1.25.0 Nulled
= v1.25.0 - 2025-10-22
Added
- Added API/CLI endpoints to reset slowlog and command statistics
Changed
- Enable strict mode by default when a prefix is set
- Prevent integrity flush after cache was reset
- Removed transient deletion limit of 10k sites
- Loosen Relay prefix health check
- Replaced current_time('timestamp') with time()
- Avoid changing parameter names during inheritance
Fixed
- Fixed accessing CONFIG on cluster connections
- Fixed accessing INFO COMMANDSTATS on old Redis versions
- Fixed selecting databases on persistent connections
- Fixed KeyDB detection
- Prevent diagnostics warning when WP_REDIS_DISABLED is enabled
- Hardened license health check against API outages
===
Note: This plugin is only for Pro Wordpress developers, please do not use this plugin if you do not have enough knowledge about database and redis cache. No technical support is provided by our team, please refer to the official documentation.
==
Add the following code in your
wp-config.php before installing the plugin.
define('WP_REDIS_CONFIG', [
'token' => 'B5E0B5F8DD8689E6ACA49DD6E6E1A930B5E0B5F8DD8689E6ACA49DD6E6E1',
'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);