View hidden content is available for registered users!
Redis Object Cache Pro By ObjectCache v1.25.4 Nulled
## v1.25.4 - 2026-04-22
### Changed
- Preserve valid options in fallback when `Configuration::safelyFrom()` fails
- Improved failure resilience of `wp_cache_get_multiple()`
- Improved logging of failed transactions
Add the following code in your wp-config.php before installing the plugin.
==
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.
View hidden content is available for registered users!
Redis Object Cache Pro By ObjectCache v1.25.3 Nulled
v1.25.3 - 2026-04-08
Fixed
- Fixed Query Monitor 4.x compatibility
- Disable analytics before uninstalling plugin
- Prevent rare fatal error in shutdown handler
- Prevent rare array to string conversion warning
-
Add the following code in your wp-config.php before installing the plugin.
==
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.
Decryption Key For Paid Members / Upgraded Accounts :
Redis Object Cache Pro By ObjectCache v1.25.1 Nulled
v1.25.1 - 2025-12-02
Added
- Added optional analytics.persist_limit configuration option
Changed
- Avoid timeouts when flushing with analytics.persist enabled
- Limit analytics persist size memory_limit / 2 by default
- Retry failed read commands on primary node before switching Sentinels
- Consider *WithMeta() calls read-only on replicated connections
Fixed
===
- Disable cache if WP_SETUP_CONFIG is defined
- Fixed purging analytics measurements
- Fixed unit type of Relay “Memory” chart
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);
Redis Object Cache Pro By ObjectCache v1.25.0 Nulled
= v1.25.0 - 2025-10-22
Added
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.
- 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
===
==
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);
Redis Object Cache Pro v1.24.5
v1.24.5 - 2025-08-21
Fixed
- Fixed analytics charts not rendering under some conditions
Redis Object Cache Pro v1.24.3
v1.24.3 - 2025-07-02
### Changed
- Support Relay's new adaptive cache `status` property
- Support flushing Relay memory on clustered connections
- Disabled memory usage when scanning groups on clustered connections
- Improved `SLOWLOG` handling on clustered connections
- Send sanitized metrics snapshot
### Fixed
- Prevent error when running cron and using foreign object cache
- Prevent error when calling `INFO` and using older PhpRedis versions
- Fixed adaptive cache `events` and `ratio` configuration not taking effect
- Handle permission errors when running `SLOWLOG|GET` and `MEMORY|USAGE`
Redis Object Cache Pro v1.24.2
v1.24.2
Added
Fixed
- Added wp redis analytics-count CLI command
- Prevent excessive analytics snapshots
Redis Object Cache Pro v1.24.1
v1.24.1
Fixed
- Prevent error when using ElastiCache Serverless instances
- Prevent unexpected token errors when scripts are inlined
- Prevent event listener registration when adaptive cache widget is missing
- Switched from ES11 to ES6 syntax
- Fixed groups scan API call if permalinks are disabled
- Fixed up some widget padding
Redis Object Cache Pro v1.24.0
v1.24.0
Added
Changed
- Added experimental support for Relay’s adaptive cache
- Added health, slowlog and command statistics widgets
- Added queryttl configuration option (defaults to 24h)
- Support calculating memory using in groups widget
- Added groups, slowlog, commands and prune-queries CLI command
- Added objectcache_flushlog_limit filter
Fixed
- Prevent cache from being enabled if handshake fails
- Be more helpful when connection fails
- Improved diagnostics and various health checks
- Store cache analytics as plain JSON
- Don’t store path and hostname in analytics by default
- Check license gracefully when sleeping for 72+ hours
- Display latency in milliseconds (not microseconds)
- Sort results in groups widget
- Log getWithMeta() calls as GET
- Hide wp_cache_set_last_changed in Query Monitor stack
- Deprecated count property on objectcache/v1/groups endpoint
- Download cache groups as CSV instead of copying to clipboard
- Perform integrity flush if WordPress version changes
- Changed cache command log level from info to debug
- Omit logging cache commands in default ErrorLogLogger
- Include notice in default log levels
- Fixed Batcache compatibility issue
- Fixed Relay client access replicated and clustered connections
Decryption key:
Changed
- Support disambiguating false return values using $found (PhpRedis 6.2; Relay 0.10.1)
- Show integrity flush reason in flush log widget
- Use unified base REST controller class
- Support calling FLUSHDB without ASYNC on Relay connections
Fixed
For the nulled version
- Fixed undefined array key access
- Fixed Dragonfly issues with Lua scripts
- Fixed strict types error when using ZRANGE
- Added safety net for users who like (suicidal) updates but don't understand the consequences.